Imports of generate-protos command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/formatPackage format implements standard formatting of Go source.
google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengoPackage internal_gengo is internal to the protobuf module.
google.golang.org/protobuf/compiler/protogenPackage protogen provides support for writing protoc plugins.
google.golang.org/protobuf/internal/detrandPackage detrand provides deterministically random functionality.
google.golang.org/protobuf/internal/editionssupportPackage editionssupport defines constants for editions that are supported.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
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.
regexpPackage regexp implements regular expression search.
slicesPackage slices defines various functions useful with slices of any type.
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.