From 3fdd69ae1f2f02f0d54e73fb4bce7af81713fffd Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Thu, 23 Oct 2014 15:07:43 +0200 Subject: hub: Add per-DB UUID, optionally store in data-updates table --- 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 205aa46..c62891c 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -38,6 +38,7 @@ getlibs: $(GOCMD) get "github.com/coopernurse/gorp" $(GOCMD) get "github.com/mattn/go-sqlite3" $(GOCMD) get "github.com/zenazn/goji" + $(GOCMD) get "code.google.com/p/go-uuid/uuid" build: export GOPATH=$(curdir) build: getlibs -- cgit v1.2.3