context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
cuelang.org/go/internal/mod/internal/par | |
cuelang.org/go/internal/mod/modfile | |
cuelang.org/go/internal/mod/modload | |
cuelang.org/go/internal/mod/modpkgload | |
cuelang.org/go/internal/mod/modregistry | |
cuelang.org/go/internal/mod/modrequirements | |
cuelang.org/go/internal/mod/module | |
cuelang.org/go/internal/mod/modzip | |
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/rogpeppe/go-internal/lockedfile | Package lockedfile creates and manipulates files whose contents should only change atomically. |
github.com/rogpeppe/go-internal/robustio | Package robustio wraps I/O functions that are prone to failure on Windows, transparently retrying errors up to an arbitrary timeout. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
log | Package log implements a simple logging package. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |