diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-25 21:13:49 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-25 21:13:55 (GMT) |
commit | 9ad2ba0bbeca95224742aaa6860a2615ffb68a27 (patch) | |
tree | 3b0f6d41d1512a981ad3ccd2b215d8bc9ee19fa3 /Makefile | |
parent | de51aad67a1a63f1e6e00cc60d2b4e86bf2bbcbe (diff) |
telnet control interface now uses spreadspace/telgo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ getlibs: $(GOCMD) get "github.com/ziutek/mymysql/godrv" $(GOCMD) get "github.com/golang-basic/go-curl" $(GOCMD) get "github.com/satori/go.uuid" + $(GOCMD) get "github.com/spreadspace/telgo" # $(GOCMD) get "github.com/gorilla/websocket" vet: export GOPATH=$(curdir) |