Imports of package text

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gohugoio/hugo/common/terminalPackage terminal contains helper for the terminal, such as coloring output.
golang.org/x/text/runesPackage runes provide transforms for UTF-8 encoded text.
golang.org/x/text/transformPackage transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
golang.org/x/text/unicode/normPackage norm contains types and functions for normalizing Unicode strings.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.