Imports of package protobuf

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/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/formatPackage format implements standard formatting of Go source.
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).
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apimachinery/third_party/forked/golang/reflectPackage reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined.
k8s.io/gengo/argsPackage args has common command-line flags for generation programs.
k8s.io/gengo/generatorPackage generator defines an interface for code generators to implement.
k8s.io/gengo/namerPackage namer has support for making different type naming systems.
k8s.io/gengo/parserPackage parser provides code to parse go files, type-check them, extract the types.
k8s.io/gengo/typesPackage types contains go type information, packaged in a way that makes auto-generation convenient, whether by template or straight go functions.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
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.