Protobuf Compilers
GoGo Protobuf was deprecated in October last year: https://github.com/gogo/protobuf. As a result, we've deprecated the protoio
package in this repo. It will be removed in some later release.
Instead, the newly added pbio
package works exactly as the protoio
package, but for Protobufs created with the official Protobuf library (https://google.golang.org/protobuf).
Changelog
- switch from deprecated gogo to google.golang.org/protobuf by @marten-seemann in #38
Full Changelog: v0.2.0...v0.3.0