summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: