mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
5 lines
No EOL
86 B
Makefile
5 lines
No EOL
86 B
Makefile
lint:
|
|
golangci-lint run --fix
|
|
|
|
test:
|
|
go test -json ./... -count=1 -cover | gotestfmt
|