helper makefile

This commit is contained in:
Karl Seguin 2014-11-13 22:20:23 +07:00
parent cc0395a391
commit 65573a0cb6

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
t:
go test ./...
f:
go fmt ./...