text: golang.org/x/text/internal/gen Index | Files | Directories

Packages imported by gen

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/gobPackage gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver).
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
go/formatPackage format implements standard formatting of Go source.
golang.org/x/text/unicode/cldrPackage cldr provides a parser for LDML and related XML formats.
hashPackage hash provides interfaces for hash functions.
hash/fnvPackage fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
ioPackage io provides basic interfaces to I/​O primitives.
io/ioutilPackage ioutil implements some I/​O utility functions.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
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.
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.