From 2d8280a225d57d30f083f4d0334124c80411773c Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Thu, 27 Nov 2014 22:22:12 +0100 Subject: hub: fix storing tags, returning clients,tags --- src/hub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hub/Makefile') diff --git a/src/hub/Makefile b/src/hub/Makefile index eab73bd..1cb9eee 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -41,7 +41,7 @@ getlibs: $(GOCMD) get "github.com/mattn/go-sqlite3" $(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/go-sql-driver/mysql" # $(GOCMD) get "github.com/ziutek/mymysql/godrv" build: export GOPATH=$(curdir) -- cgit v1.2.3