Imports of package charset

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/emersion/go-messagePackage message implements reading and writing multipurpose messages.
golang.org/x/text/encodingPackage encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
golang.org/x/text/encoding/charmapPackage charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252.
golang.org/x/text/encoding/ianaindexPackage ianaindex maps names to Encodings as specified by the IANA registry.
golang.org/x/text/encoding/simplifiedchinesePackage simplifiedchinese provides Simplified Chinese encodings such as GBK.
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.