Imports of package gcfg

PathSynopsis
encodingPackage encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/scalingdata/gcfg/scannerPackage scanner implements a scanner for gcfg configuration text.
github.com/scalingdata/gcfg/tokenPackage token defines constants representing the lexical tokens of the gcfg configuration syntax and basic operations on tokens (printing, predicates).
github.com/scalingdata/gcfg/typesPackage types defines helpers for type conversions.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.