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.
This commit is contained in:
parent
6ed8542f7d
commit
3cb015a287
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -5,7 +5,6 @@ all: build
|
||||||
deps:
|
deps:
|
||||||
# which npm && npm -g install uglify-js less autoprefixer
|
# which npm && npm -g install uglify-js less autoprefixer
|
||||||
go get github.com/GeertJohan/go.rice/rice
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
go get github.com/franela/goblin
|
|
||||||
go get -t -v ./...
|
go get -t -v ./...
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue