Imports of package protobuf

PathSynopsis
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.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
go/formatPackage format implements standard formatting of Go source.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/kubernetes/cmd/libs/go2idl/args
k8s.io/kubernetes/cmd/libs/go2idl/generator
k8s.io/kubernetes/cmd/libs/go2idl/namer
k8s.io/kubernetes/cmd/libs/go2idl/parser
k8s.io/kubernetes/cmd/libs/go2idl/types
k8s.io/kubernetes/third_party/golang/go/ast
k8s.io/kubernetes/third_party/golang/go/parser
k8s.io/kubernetes/third_party/golang/go/printer
k8s.io/kubernetes/third_party/golang/go/token
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.