Imports of package genflags

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/go/internal/basePackage base defines shared basic pieces of the go command, in particular logging and the Command structure.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/execabs
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.