text: golang.org/x/text/message Index | Files | Directories

Packages imported by message

PathSynopsis
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/text/internalPackage internal contains non-exported functionality that are used by packages in the text repository.
golang.org/x/text/internal/formatPackage format contains types for defining language-specific formatting of values.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
ioPackage io provides basic interfaces to I/​O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.