Imports of package cue

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmpPackage cmp provides types and functions related to comparing ordered values.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
cuelang.org/go/cue/astPackage ast declares the types used to represent syntax trees for CUE packages.
cuelang.org/go/cue/ast/astutil
cuelang.org/go/cue/buildPackage build defines data types and utilities for defining CUE configuration instances.
cuelang.org/go/cue/errorsPackage errors defines shared types for handling CUE errors.
cuelang.org/go/cue/formatPackage format implements standard formatting of CUE configurations.
cuelang.org/go/cue/literalPackage literal implements conversions to and from string representations of basic data types.
cuelang.org/go/cue/parserPackage parser implements a parser for CUE source files.
cuelang.org/go/cue/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
cuelang.org/go/internalPackage internal exposes some cue internals to other packages.
cuelang.org/go/internal/astinternal
cuelang.org/go/internal/core/adtPackage adt represents partially and fully evaluated CUE types.
cuelang.org/go/internal/core/compile
cuelang.org/go/internal/core/convertPackage convert allows converting to and from Go values and Types.
cuelang.org/go/internal/core/debugPackage debug prints a given ADT node.
cuelang.org/go/internal/core/eval
cuelang.org/go/internal/core/export
cuelang.org/go/internal/core/runtime
cuelang.org/go/internal/core/subsumePackage subsume defines various subsumption relations.
cuelang.org/go/internal/core/validatePackage validate collects errors from an evaluated Vertex.
cuelang.org/go/internal/cueversionPackage cueversion provides access to the version of the cuelang.org/go module.
cuelang.org/go/internal/encoding/json
cuelang.org/go/internal/types
encodingPackage encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
encoding/gobPackage gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver).
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cockroachdb/apd/v3Package apd implements arbitrary-precision decimals.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
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.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.