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
When compiling the protobufs, I see the following message displayed. I looked briefly, but I can't tell if there is a replacement package for this.
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobuf will delete this package,
which has long been excluded from the compatibility promise.
The text was updated successfully, but these errors were encountered:
It looks like the API has changed, in addition to the move to google.golang.org/protobuf/compiler/protogen. Deprecation takes a while, so just ignore the warning for now?
Seeing as how we have not gotten any response from the author of this repo, I am going to fork this tool and maintain my own copy. My company currently uses this tool and requires these updates to be made.
When compiling the protobufs, I see the following message displayed. I looked briefly, but I can't tell if there is a replacement package for this.
The text was updated successfully, but these errors were encountered: