Imports of package command

PathSynopsis
fmtPackage 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/defaultcheckThe defaultcheck plugin is used to check whether nullable is not used incorrectly.
github.com/gogo/protobuf/plugin/descriptionThe description (experimental) plugin generates a Description method for each message.
github.com/gogo/protobuf/plugin/embedcheckThe embedcheck plugin is used to check whether embed is not used incorrectly.
github.com/gogo/protobuf/plugin/enumstringerThe enumstringer (experimental) plugin generates a String method for each enum.
github.com/gogo/protobuf/plugin/equalThe equal plugin generates an Equal and a VerboseEqual method for each message.
github.com/gogo/protobuf/plugin/faceThe 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/gostringThe gostring plugin generates a GoString method for each message.
github.com/gogo/protobuf/plugin/marshaltoThe marshalto plugin generates a Marshal and MarshalTo method for each message.
github.com/gogo/protobuf/plugin/oneofcheckThe oneofcheck plugin is used to check whether oneof is not used incorrectly.
github.com/gogo/protobuf/plugin/populateThe populate plugin generates a NewPopulated function.
github.com/gogo/protobuf/plugin/sizeThe size plugin generates a Size or ProtoSize method for each message.
github.com/gogo/protobuf/plugin/stringerThe stringer plugin generates a String method for each message.
github.com/gogo/protobuf/plugin/testgenThe testgen plugin generates Test and Benchmark functions for each message.
github.com/gogo/protobuf/plugin/unionThe onlyone plugin generates code for the onlyone extension.
github.com/gogo/protobuf/plugin/unmarshalThe unmarshal plugin generates a Unmarshal method for each message.
github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/gogo/protobuf/protoc-gen-gogo/generatorThe code generator for the plugin for the Google protocol buffer compiler.
github.com/gogo/protobuf/protoc-gen-gogo/grpcPackage grpc outputs gRPC service descriptions in Go code.
github.com/gogo/protobuf/protoc-gen-gogo/plugin
go/formatPackage format implements standard formatting of Go source.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.