Imports of package gotypes

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/operandPackage operand provides types for instruction operands.
github.com/mmcloughlin/avo/regPackage reg provides types for physical and virtual registers, and definitions of x86-64 register families.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
strconvPackage strconv implements conversions to and from string representations of basic data types.