From 3cb015a287bdd04ffedb1ea40a38bf73df091bd5 Mon Sep 17 00:00:00 2001 From: Matt Bostock Date: Sun, 11 Jan 2015 17:47:56 +0000 Subject: [PATCH] Remove explicit `go get` for goblin package The goblin package will be pulled in by the `go get` invocation on the following line as it's references by imports, so there's no need to list it separately. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e6efdd2a..53df09c6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ all: build deps: # which npm && npm -g install uglify-js less autoprefixer go get github.com/GeertJohan/go.rice/rice - go get github.com/franela/goblin go get -t -v ./... test: