Overview of github.com/golang/protobuf packages
masterThe github.com/golang/protobuf module provides several packages for working with protocol buffers in Go:
proto: Functions for operating on protobuf messages (cloning, merging, equality checking, binary and text serialization).jsonpb: Serialization of protobuf messages as JSON.ptypes: Helper functionality for protobuf well-known types.ptypes/any: Generated package forgoogle/protobuf/any.proto.ptypes/empty: Generated package forgoogle/protobuf/empty.proto.ptypes/timestamp: Generated package forgoogle/protobuf/timestamp.proto.ptypes/duration: Generated package forgoogle/protobuf/duration.proto.ptypes/wrappers: Generated package forgoogle/protobuf/wrappers.proto.ptypes/struct: Generated package forgoogle/protobuf/struct.proto.protoc-gen-go/descriptor: Generated package forgoogle/protobuf/descriptor.proto.protoc-gen-go/plugin: Generated package forgoogle/protobuf/compiler/plugin.proto.protoc-gen-go: Aprotocplugin binary used to generate Go protocol buffer packages.