fixed bindata build issues

This commit is contained in:
Brad Rydzewski
2015-04-25 16:46:02 -07:00
parent 712c18459f
commit 8e6fbc8ceb
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ VERSION := 0.4.0-alpha
all: concat bindata build
deps:
go get -u github.com/jteeuwen/go-bindata/...
go get -t -v ./...
test: