z18nzgo.at/z18n/msgfile

Imports of package msgfile

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/BurntSushi/tomlPackage toml implements decoding and encoding of TOML files.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/printerPackage printer implements printing of AST nodes.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
golang.org/x/tools/go/packagesPackage packages loads Go packages for inspection and analysis.
io/fsPackage fs defines basic interfaces to a file system.
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.
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/template/parsePackage parse builds parse trees for templates as defined by text/template and html/template.
timePackage time provides functionality for measuring and displaying time.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.
zgo.at/errorsPackage errors adds some useful error helpers.
zgo.at/zstd/zfilepathPackage zfilepath implements functions for manipulating filename paths.
zgo.at/zstd/zstringPackage zstring implements functions for strings.
zgo.at/ztplPackage ztpl implements the loading and reloading of templates.