diff options
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: |