bytes | Package bytes implements functions for the manipulation of byte slices. |
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/gen | Package gen contains common code for the various code generation tools in the text repository. |
golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. |
golang.org/x/text/unicode/cldr | Package cldr provides a parser for LDML and related XML formats. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
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. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |