Imports of package modimports

PathSynopsis
cuelang.org/go/cue/astPackage ast declares the types used to represent syntax trees for CUE packages.
cuelang.org/go/cue/parserPackage parser implements a parser for CUE source files.
cuelang.org/go/internal/cueimportsPackage cueimports provides support for reading the import section of a CUE file without needing to read the rest of it.
cuelang.org/go/mod/modulePackage module defines the Version type along with support code.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
io/fsPackage fs defines basic interfaces to a file system.
pathPackage path implements utility routines for manipulating slash-separated paths.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.