Imports of package generators

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/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/apimachinery/pkg/openapi
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/typesPackage types contains go type information, packaged in a way that makes auto-generation convenient, whether by template or straight go functions.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.