bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/chaseadamsio/goorgeous | |
github.com/pelletier/go-toml | Package toml is a TOML parser and manipulation library. |
gopkg.in/yaml.v2 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |