bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
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/benoitkugler/textlayout/fonts | Package fonts provides supports for parsing several font formats (postscript, bitmap and truetype) and provides a common API, inspired by freetype. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |