| bytes | Package bytes implements functions for the manipulation of byte slices. |
| encoding/gob | Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). |
| flag | Package flag implements command-line flag parsing. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| go/format | Package format implements standard formatting of Go source. |
| golang.org/x/text/unicode/cldr | Package cldr provides a parser for LDML and related XML formats. |
| hash | Package hash provides interfaces for hash functions. |
| 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. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| log | Package log implements a simple logging package. |
| net/http | Package http provides HTTP client and server implementations. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| path | Package path implements utility routines for manipulating slash-separated paths. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| 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. |