| encoding | Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/scalingdata/gcfg/scanner | Package scanner implements a scanner for gcfg configuration text. |
| github.com/scalingdata/gcfg/token | Package token defines constants representing the lexical tokens of the gcfg configuration syntax and basic operations on tokens (printing, predicates). |
| github.com/scalingdata/gcfg/types | Package types defines helpers for type conversions. |
| io | Package io provides basic interfaces to I/O primitives. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
| os | Package os provides a platform-independent interface to operating system functionality. |
| 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. |