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
Not working for me either, after installing go from snap with sudo snap install go --classic on Ubuntu 20.04:
$ go version
go version go1.13.8 linux/amd64
$ go install 'github.com/protocolbuffers/protoscope/cmd/protoscope...@latest'
go: warning: "github.com/protocolbuffers/protoscope/cmd/protoscope...@latest" matched no packages
EDIT: it turns out I had a golang-1.13 package that was taking precedence over the snap binary, it installs cleanly after uninstalling that old one.
Hello Team,
Thanks for creating awesome tools based on GRPC Protocol.
While running the below command I am getting the below error can you help me to resolve it?
Thanks,
Keyur
The text was updated successfully, but these errors were encountered: