Trying to run the bundle command with go:generate bundle -o=h2_bundle.go -prefix=http2 -tags=!nethttpomithttp2 github.com/zMrKrabz/fhttp/http2
, but I am getting running "bundle": exec: "bundle": executable file not found in $PATH
.
Every other go command works fine, and I have done go get golang.org/x/tools/cmd/bundle
but this does not fix anything.
Have tried to run go install golang.org/x/tools/cmd/bundle
, but I get cannot find package "." in: .../vendor/golang.org/x/tools/cmd/bundle