foundation/Makefile

6 lines
58 B
Makefile

check:
go fmt ./...
test:
go test -race -count 1 ./...