xframe/vendor/github.com/go-faster/city/Makefile

14 lines
128 B
Makefile

test:
@./go.test.sh
.PHONY: test
coverage:
@./go.coverage.sh
.PHONY: coverage
test_fast:
go test ./...
tidy:
go mod tidy