From 4676ef2d971204064a8a5ef7d3618b542a87a790 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Sun, 19 Oct 2014 16:43:01 +0200 Subject: hub: use goji for new s5srvWeb --- src/hub/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hub/Makefile') diff --git a/src/hub/Makefile b/src/hub/Makefile index 317615a..1c4878b 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -5,6 +5,7 @@ getlibs: export GOPATH=$(curdir) getlibs: $(GOCMD) get "github.com/coopernurse/gorp" $(GOCMD) get "github.com/mattn/go-sqlite3" + $(GOCMD) get "github.com/zenazn/goji" build: export GOPATH=$(curdir) build: getlibs -- cgit v1.2.3