Imports of goi18n command

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/nicksnyder/go-i18n/i18n/bundlePackage bundle manages translations for multiple languages.
github.com/nicksnyder/go-i18n/i18n/languagePackage language defines languages that implement CLDR pluralization.
github.com/nicksnyder/go-i18n/i18n/translationPackage translation defines the interface for a translation.
github.com/pelletier/go-tomlPackage toml is a TOML parser and manipulation library.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/templatePackage template implements data-driven templates for generating textual output.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.