lpackage github.com/golang/protobuf: no Go files in xxx
Hi, can you try:
go get -u github.com/golang/protobuf/proto
instead?
Closing, as we try to the issue tracker about actionable items. Let me know if you're still running into an issue.
both go get -u github.com/golang/protobuf and go get github.com/golang/protobuf gives the exact same problem, "no go files in $GOPATH/src/github.com/golang/protobuf"
$GOPATH/src/github.com/golang/protobuf

github.com/golang/protobuf is not a package, and contains no .go files. As Joe said above, you probably want
go get -u github.com/golang/protobuf/proto
instead.
my bad, thanks
Most helpful comment
github.com/golang/protobufis not a package, and contains no.gofiles. As Joe said above, you probably wantinstead.