bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding | Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/nicksnyder/go-i18n/i18n/language | Package language defines languages that implement CLDR pluralization. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/template | Package template implements data-driven templates for generating textual output. |