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
Hi, I use go-dota2 and go-steam.
But during the build I get panic: proto: file "base_gcmessages.proto" is already registered
I found some workaround by using go build -ldflags "-X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=warn"
But that's not a good solution, am I missing something?
The text was updated successfully, but these errors were encountered:
Hi, I use go-dota2 and go-steam.
But during the build I get
panic: proto: file "base_gcmessages.proto" is already registered
I found some workaround by using
go build -ldflags "-X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=warn"
But that's not a good solution, am I missing something?
The text was updated successfully, but these errors were encountered: