This commit is contained in:
vyzo 2018-09-13 16:58:43 +03:00
parent add3e3dfd6
commit 03a461b9b8
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
bin: deps
go install ./...
gx:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps: gx
gx --verbose install --global
gx-go rewrite