4 lines
45 B
Makefile
4 lines
45 B
Makefile
|
export GOPATH=$(shell pwd)
|
||
|
test:
|
||
|
go test -v
|