go generate ./cmd/...
go build ./...
go install ./...
- the
go generate
phase requiresgo-bindata
to be installed and in $PATH. It is available at https://github.com/jteeuwen/go-bindata - running
go generate ./...
will also run the generate stages insidevendor/
. This may or may not be what you intended.