cuelang.org/go/cue | Package cue is the main API for CUE evaluation. |
cuelang.org/go/cue/errors | Package errors defines shared types for handling CUE errors. |
cuelang.org/go/internal/core/adt | Package adt represents partially and fully evaluated CUE types. |
cuelang.org/go/internal/pkg | |
cuelang.org/go/internal/task | Package task provides a registry for tasks to be used by commands. |
cuelang.org/go/pkg/path | Package path implements utility routines for manipulating filename paths as defined by targetted operating systems, and also paths that always use forward slashes regardless of the operating system, such as URLs. |
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. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |