5 lines
58 B
Makefile
5 lines
58 B
Makefile
check:
|
|
go fmt ./...
|
|
|
|
test:
|
|
go test -race -count 1 ./...
|