We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting the following error when try to install goobj_explorer - likely due to the restriction on importing internal packages https://golang.org/cmd/go/#hdr-Internal_Directories
$ go get -v -u github.com/s-matyukevich/goobj_explorer github.com/s-matyukevich/goobj_explorer (download) github.com/golang/go (download) package github.com/golang/go/src/cmd/internal/goobj: cannot find package "github.com/golang/go/src/cmd/internal/goobj" in any of: /usr/local/go/src/github.com/golang/go/src/cmd/internal/goobj (from $GOROOT) /home/dsavints/go/src/github.com/golang/go/src/cmd/internal/goobj (from $GOPATH)
Maybe it would be possible to copy and vendor the goobj directory?
The text was updated successfully, but these errors were encountered:
Same here. Shame :(
Sorry, something went wrong.
move this project to {go home}/src/cmd/, remove the pretty print package and fix, then you can install it.
No branches or pull requests
I'm getting the following error when try to install goobj_explorer - likely due to the restriction on importing internal packages https://golang.org/cmd/go/#hdr-Internal_Directories
Maybe it would be possible to copy and vendor the goobj directory?
The text was updated successfully, but these errors were encountered: