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.
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.