bytes | Package bytes implements functions for the manipulation of byte slices. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/mmcloughlin/avo/internal/inst | Package inst is the avo instruction database. |
github.com/mmcloughlin/avo/internal/prnt | Package prnt provides common functionality for code generators. |
github.com/mmcloughlin/avo/printer | Package printer implements printing of avo files in various formats. |
go/format | Package format implements standard formatting of Go source. |
math | Package math provides basic constants and mathematical functions. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |