bytes | Package bytes implements functions for the manipulation of byte slices. |
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. |
gioui.org/cpu | |
gioui.org/gpu/internal/d3d11 | |
gioui.org/gpu/internal/driver | |
gioui.org/gpu/internal/metal | |
gioui.org/gpu/internal/opengl | |
gioui.org/gpu/internal/vulkan | |
gioui.org/internal/byteslice | Package byteslice provides byte slice views of other Go values such as slices and structs. |
gioui.org/internal/f32 | Package f32 is an internal version of the public package f32 with extra types for internal use. |
gioui.org/internal/f32color | |
gioui.org/internal/ops | |
gioui.org/internal/scene | Package scene encodes and decodes graphics commands in the format used by the compute renderer. |
gioui.org/internal/stroke | Package stroke implements conversion of strokes to filled outlines. |
gioui.org/layout | Package layout implements layouts common to GUI programs. |
gioui.org/op | Package op implements operations for updating a user interface. |
gioui.org/shader | |
gioui.org/shader/gio | |
gioui.org/shader/piet | |
hash/maphash | Package maphash provides hash functions on byte sequences and comparable values. |
image | Package image implements a basic 2-D image library. |
image/color | Package color implements a basic color library. |
image/draw | Package draw provides image composition functions. |
image/png | Package png implements a PNG image decoder and encoder. |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
time | Package time provides functionality for measuring and displaying time. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |