Imports of package gen

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/mmcloughlin/avo/internal/instPackage inst is the avo instruction database.
github.com/mmcloughlin/avo/internal/prntPackage prnt provides common functionality for code generators.
github.com/mmcloughlin/avo/printerPackage printer implements printing of avo files in various formats.
go/formatPackage format implements standard formatting of Go source.
mathPackage math provides basic constants and mathematical functions.
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.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.