From 5edf5fbd04c897fa02a306bfb8cc0554745967fa Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Sat, 25 Oct 2014 15:46:04 +0200 Subject: hub: Remove go get of unused library --- src/hub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hub') diff --git a/src/hub/Makefile b/src/hub/Makefile index d2b6f12..eab73bd 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -42,7 +42,7 @@ getlibs: $(GOCMD) get "github.com/zenazn/goji" $(GOCMD) get "code.google.com/p/go-uuid/uuid" $(GOCMD) get "github.com/go-sql-driver/mysql" - $(GOCMD) get "github.com/ziutek/mymysql/godrv" +# $(GOCMD) get "github.com/ziutek/mymysql/godrv" build: export GOPATH=$(curdir) build: getlibs -- cgit v1.2.3