Imports of package gen

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/knqyf263/go-plugin/encoding/tagPackage tag marshals and unmarshals the legacy struct tags as generated by historical versions of protoc-gen-go.
github.com/knqyf263/go-plugin/genidPackage genid contains constants for declarations in descriptor.proto and the well-known types.
github.com/knqyf263/go-plugin/version
github.com/planetscale/vtprotobuf/features/marshal
github.com/planetscale/vtprotobuf/features/size
github.com/planetscale/vtprotobuf/features/unmarshal
github.com/planetscale/vtprotobuf/generator
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/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
google.golang.org/protobuf/compiler/protogenPackage protogen provides support for writing protoc plugins.
google.golang.org/protobuf/encoding/protowirePackage protowire parses and formats the raw wire encoding.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
google.golang.org/protobuf/runtime/protoimplPackage protoimpl contains the default implementation for messages generated by protoc-gen-go.
google.golang.org/protobuf/types/descriptorpb
google.golang.org/protobuf/types/pluginpb
mathPackage math provides basic constants and mathematical functions.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.