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
$ go run ./main.go all
services/frontend/bindata_assetfs.go:9:2: cannot find package "github.com/elazarl/go-bindata-assetfs" in any of:
/Users/coryklein/go/src/github.com/jaegertracing/jaeger/vendor/github.com/elazarl/go-bindata-assetfs (vendor tree)
/usr/local/Cellar/go/1.10/libexec/src/github.com/elazarl/go-bindata-assetfs (from $GOROOT)
/Users/coryklein/go/src/github.com/elazarl/go-bindata-assetfs (from $GOPATH)
I was able to resolve with cd ../.. && go get ./..., but that wasn't mentioned in the documentation. Is the documentation wrong, or is there some configuration missing from the example itself?
The text was updated successfully, but these errors were encountered:
Following the given hotrod instructions here.
When running this step:
I get the following error message:
I was able to resolve with
cd ../.. && go get ./...
, but that wasn't mentioned in the documentation. Is the documentation wrong, or is there some configuration missing from the example itself?The text was updated successfully, but these errors were encountered: