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