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. |
fyne.io/fyne | Package fyne describes the objects and components available to any Fyne app. |
mime | Package mime implements parts of the MIME spec. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |