Imports of package number

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
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/stringsetPackage stringset provides a way to represent a collection of strings compactly.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
mathPackage math provides basic constants and mathematical functions.
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.