summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-29 01:08:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-29 01:08:23 (GMT)
commit504bf46904fa807dfa0abceeee717465f8fb3647 (patch)
tree3a92e30f7a41266d64e35519fad331aa874672da /Makefile
parent6024ae8d84c7486be7f7be3e1091f47d73008222 (diff)
added basic websockethandler control interface
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cd6738..458df9c 100644
--- a/Makefile
+++ b/Makefile
@@ -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: