| bytes | Package bytes implements functions for the manipulation of byte slices. |
| compress/flate | Package flate implements the DEFLATE compressed data format, described in RFC 1951. |
| compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
| compress/zlib | Package zlib implements reading and writing of zlib format compressed data, as specified in RFC 1950. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/petar/GoLLRB/llrb | A Left-Leaning Red-Black (LLRB) implementation of 2-3 balanced binary search trees, based on the following work: |
| io | Package io provides basic interfaces to I/O primitives. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| syscall | Package syscall contains an interface to the low-level operating system primitives. |