cmp | Package cmp provides types and functions related to comparing ordered values. |
cuelang.org/go/cue/ast | Package ast declares the types used to represent syntax trees for CUE packages. |
cuelang.org/go/internal/mod/semver | Package semver implements comparison of semantic version strings. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
io/fs | Package fs defines basic interfaces to a file system. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
slices | Package slices defines various functions useful with slices of any type. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |