forked from google/stenographer
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
- Update the Import Paths
Replace all occurrences of github.com/golang/protobuf with google.golang.org/protobuf - Update the Go Modules
Replace the dependency on github.com/golang/protobuf with google.golang.org/protobuf: - Update Code References
Thegoogle.golang.org/protobuf
package has some changes compared togithub.com/golang/protobuf
. For example:
proto.Message
is now an interface, not a struct.- Methods like
proto.Marshal
,proto.Unmarshal
, andproto.Equal
are now ingoogle.golang.org/protobuf/proto
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request