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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
fyne.io/fyne | Package fyne describes the objects and components available to any Fyne app. |
image/color | Package color implements a basic color library. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |