Imports of package protogen

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/parserPackage parser implements a parser for Go source files.
go/printerPackage printer implements printing of AST nodes.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
google.golang.org/protobuf/encoding/prototextPackage prototext marshals and unmarshals protocol buffer messages as the textproto format.
google.golang.org/protobuf/internal/filedescPackage filedesc provides functionality for constructing descriptors.
google.golang.org/protobuf/internal/genidPackage genid contains constants for declarations in descriptor.proto and the well-known types.
google.golang.org/protobuf/internal/strsPackage strs provides string manipulation functionality specific to protobuf.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/reflect/protodescPackage protodesc provides functionality for converting FileDescriptorProto messages to/from protoreflect.FileDescriptor values.
google.golang.org/protobuf/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
google.golang.org/protobuf/reflect/protoregistryPackage protoregistry provides data structures to register and lookup protobuf descriptor types.
google.golang.org/protobuf/types/descriptorpb
google.golang.org/protobuf/types/dynamicpbPackage dynamicpb creates protocol buffer messages using runtime type information.
google.golang.org/protobuf/types/gofeaturespb
google.golang.org/protobuf/types/pluginpb
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.