z18nzgo.at/z18n

Imports of package z18n

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
golang.org/x/text/messagePackage message implements formatted I/O for localized strings with functions analogous to the fmt's print functions.
golang.org/x/text/numberPackage number formats numbers according to the customs of different locales.
htmlPackage html provides functions for escaping and unescaping HTML text.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
io/fsPackage fs defines basic interfaces to a file system.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.
zgo.at/errorsPackage errors adds some useful error helpers.
zgo.at/z18n/msgfilePackage msgfile manages message files.
zgo.at/z18n/pluralPackage plural provides support for pluralizing messages according to CLDR rules http://cldr.unicode.org/index/cldr-spec/plural-rules
zgo.at/zstd/zstringPackage zstring implements functions for strings.