5 lines
No EOL
54 B
Makefile
5 lines
No EOL
54 B
Makefile
bench:
|
|
go test -bench . -race
|
|
|
|
test:
|
|
go test . -race
|