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/stringset | Package stringset provides a way to represent a collection of strings compactly. |
golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. |
math | Package math provides basic constants and mathematical functions. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |