underscore/Makefile
2021-12-28 19:26:42 -04:00

5 lines
No EOL
86 B
Makefile

lint:
golangci-lint run --fix
test:
go test -json ./... -count=1 -cover | gotestfmt