Imports of package pass

PathSynopsis
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/attrPackage attr provides attributes for text and data sections.
github.com/mmcloughlin/avo/gotypesPackage gotypes provides helpers for interacting with Go types within avo functions.
github.com/mmcloughlin/avo/irPackage ir provides the intermediate representation of avo programs.
github.com/mmcloughlin/avo/operandPackage operand provides types for instruction operands.
github.com/mmcloughlin/avo/printerPackage printer implements printing of avo files in various formats.
github.com/mmcloughlin/avo/regPackage reg provides types for physical and virtual registers, and definitions of x86-64 register families.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
sortPackage sort provides primitives for sorting slices and user-defined collections.