cmp | Package cmp provides types and functions related to comparing ordered values. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
internal/coverage | |
internal/coverage/cmerge | |
io | Package io provides basic interfaces to I/O primitives. |
maps | Package maps defines various functions useful with maps of any type. |
slices | Package slices defines various functions useful with slices of any type. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |