From 32f461f288d177a1db25236299ab2f440af2a583 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Sat, 25 Oct 2014 00:26:00 +0200 Subject: hub: add hacky untested MySql support --- src/hub/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/hub/Makefile') diff --git a/src/hub/Makefile b/src/hub/Makefile index 758e3d4..d2b6f12 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -41,6 +41,8 @@ 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/ziutek/mymysql/godrv" build: export GOPATH=$(curdir) build: getlibs -- cgit v1.2.3