Imports of package message

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/text/internal/formatPackage format contains types for defining language-specific formatting of values.
golang.org/x/text/internal/numberPackage number contains tools and data for formatting numbers.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
golang.org/x/text/message/catalogPackage catalog defines collections of translated format strings.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
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.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.