From bf294d67bb46d23d154995376fdb1ede99c71471 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 20 Oct 2015 06:30:33 -0400 Subject: [PATCH] build: add install instructions for go-bindata Tell the user how to fix ther error! That is the best type of error message. :) --- build | 1 + 1 file changed, 1 insertion(+) diff --git a/build b/build index 158e2f82..4052d13c 100755 --- a/build +++ b/build @@ -16,6 +16,7 @@ if command -v go-bindata &>/dev/null; then gofmt -w ./db/migrations/assets.go else echo "Could not find go-bindata in path, will not generate migrations" + echo "Install go-bindata with: go get -u github.com/jteeuwen/go-bindata/..." fi rm -rf $GOPATH/src/github.com/coreos/dex