1
0
Fork 0

Add basic makefile

This commit is contained in:
Gregory Eremin 2018-11-09 01:11:12 +01:00
parent ac07b6a997
commit 681ca59d22
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
install:
dep ensure
test:
go test -v ./test