6 lines
47 B
Makefile
6 lines
47 B
Makefile
|
install:
|
||
|
dep ensure
|
||
|
|
||
|
test:
|
||
|
go test -v ./test
|