8 lines
83 B
Makefile
8 lines
83 B
Makefile
|
test:
|
||
|
@go test -race .
|
||
|
|
||
|
examples:
|
||
|
@go run -race ./example
|
||
|
|
||
|
.PHONY: test examples
|