| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. | 
    | golang.org/x/text/collate/colltab |  | 
    | golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. | 
    | golang.org/x/text/unicode/norm | Package norm contains types and functions for normalizing Unicode strings. | 
    | hash/fnv | Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo. | 
    | 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. | 
    | sort | Package sort provides primitives for sorting slices and user-defined collections. | 
    | strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. | 
    | unicode | Package unicode provides data and functions to test some properties of Unicode code points. | 
    | unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |