diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-29 01:08:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-29 01:08:23 (GMT) |
commit | 504bf46904fa807dfa0abceeee717465f8fb3647 (patch) | |
tree | 3a92e30f7a41266d64e35519fad331aa874672da /Makefile | |
parent | 6024ae8d84c7486be7f7be3e1091f47d73008222 (diff) |
added basic websockethandler control interface
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ getlibs: $(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" + $(GOCMD) get "github.com/gorilla/websocket" vet: export GOPATH=$(curdir) vet: |