bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
encoding/xml | Package xml implements a simple XML 1.0 parser that understands XML name spaces. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
fyne.io/fyne/v2 | Package fyne describes the objects and components available to any Fyne app. |
fyne.io/fyne/v2/internal/color | |
github.com/srwiley/oksvg | |
github.com/srwiley/rasterx | Package rasterx implements a rasterizer in go. |
image | Package image implements a basic 2-D image library. |
image/color | Package color implements a basic color library. |
io | Package io provides basic interfaces to I/O primitives. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |