fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/gogo/protobuf/plugin/compare | |
github.com/gogo/protobuf/plugin/defaultcheck | The defaultcheck plugin is used to check whether nullable is not used incorrectly. |
github.com/gogo/protobuf/plugin/description | The description (experimental) plugin generates a Description method for each message. |
github.com/gogo/protobuf/plugin/embedcheck | The embedcheck plugin is used to check whether embed is not used incorrectly. |
github.com/gogo/protobuf/plugin/enumstringer | The enumstringer (experimental) plugin generates a String method for each enum. |
github.com/gogo/protobuf/plugin/equal | The equal plugin generates an Equal and a VerboseEqual method for each message. |
github.com/gogo/protobuf/plugin/face | The face plugin generates a function will be generated which can convert a structure which satisfies an interface (face) to the specified structure. |
github.com/gogo/protobuf/plugin/gostring | The gostring plugin generates a GoString method for each message. |
github.com/gogo/protobuf/plugin/marshalto | The marshalto plugin generates a Marshal and MarshalTo method for each message. |
github.com/gogo/protobuf/plugin/oneofcheck | The oneofcheck plugin is used to check whether oneof is not used incorrectly. |
github.com/gogo/protobuf/plugin/populate | The populate plugin generates a NewPopulated function. |
github.com/gogo/protobuf/plugin/size | The size plugin generates a Size or ProtoSize method for each message. |
github.com/gogo/protobuf/plugin/stringer | The stringer plugin generates a String method for each message. |
github.com/gogo/protobuf/plugin/testgen | The testgen plugin generates Test and Benchmark functions for each message. |
github.com/gogo/protobuf/plugin/union | The onlyone plugin generates code for the onlyone extension. |
github.com/gogo/protobuf/plugin/unmarshal | The unmarshal plugin generates a Unmarshal method for each message. |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/gogo/protobuf/protoc-gen-gogo/generator | The code generator for the plugin for the Google protocol buffer compiler. |
github.com/gogo/protobuf/protoc-gen-gogo/grpc | Package grpc outputs gRPC service descriptions in Go code. |
github.com/gogo/protobuf/protoc-gen-gogo/plugin | |
go/format | Package format implements standard formatting of Go source. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |