4 lines
40 B
Makefile
4 lines
40 B
Makefile
|
all:
|
||
|
go test --race
|
||
|
# go test bench=.
|