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

11 lines
101 B
Makefile

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