| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| golang.org/x/text/internal | Package internal contains non-exported functionality that are used by packages in the text repository. |
| golang.org/x/text/internal/format | Package format contains types for defining language-specific formatting of values. |
| golang.org/x/text/internal/tag | Package tag contains functionality handling tags and related data. |
| golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. |
| io | Package io provides basic interfaces to I/O primitives. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |