Imports of package cldrtree

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/internalPackage internal contains non-exported functionality that are used by packages in the text repository.
golang.org/x/text/internal/genPackage gen contains common code for the various code generation tools in the text repository.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
golang.org/x/text/unicode/cldrPackage cldr provides a parser for LDML and related XML formats.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.