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
I've installed protoc-gen-go following all the steps on the main page
When I compile using protoc --go_out=. *.proto I get my files that that have import google_protobuf "google/protobuf" and import _ "google/protobuf" in my files but I have no idea where to get this package or what I'm doing wrong, there's zero documentation on this issue on dev.google
google/protobuf/descriptor.proto and friends are in https://github.com/google/protobuf, I think. #50 covers better handling of these "standard" protos; right now you have to handle them yourself.
I've installed
protoc-gen-go
following all the steps on the main pageWhen I compile using
protoc --go_out=. *.proto
I get my files that that haveimport google_protobuf "google/protobuf"
andimport _ "google/protobuf"
in my files but I have no idea where to get this package or what I'm doing wrong, there's zero documentation on this issue on dev.googleThe protobufs I'm compiling are located here: https://github.com/SteamRE/SteamKit/tree/master/Resources/Protobufs/csgo
The text was updated successfully, but these errors were encountered: