You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the tool for the first time. After cloning the repo into $GOPATH/src/dd2tf and resolving issues with not having dep installed and running dep ensure
> brew install dep && dep ensure
I move on to the second step of generating & building, at which point I see the following response:
> go generate && go build
dashboards.go:1: running "go-bindata": exec: "go-bindata": executable file not found in$PATH
I'm using the tool for the first time. After cloning the repo into
$GOPATH/src/dd2tf
and resolving issues with not havingdep
installed and runningdep ensure
I move on to the second step of generating & building, at which point I see the following response:
My relevant environment variables are:
I'm not sure where to proceed from here.
The text was updated successfully, but these errors were encountered: