Imports of package encoding

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cuelang.org/go/cuePackage cue is the main API for CUE evaluation.
cuelang.org/go/cue/astPackage ast declares the types used to represent syntax trees for CUE packages.
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/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/encoding/jsonPackage json converts JSON to and from CUE.
cuelang.org/go/encoding/jsonschemaPackage jsonschema converts JSON Schema to CUE
cuelang.org/go/encoding/openapiPackage openapi provides functionality for mapping CUE to and from OpenAPI v3.0.0.
cuelang.org/go/encoding/protobufPackage protobuf defines functionality for parsing protocol buffer definitions and instances.
cuelang.org/go/internalPackage internal exposes some cue internals to other packages.
cuelang.org/go/internal/filetypes
cuelang.org/go/internal/third_party/yaml
cuelang.org/go/pkg/encoding/yaml
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.
golang.org/x/text/encoding/unicodePackage unicode provides Unicode encodings such as UTF-16.
golang.org/x/text/transformPackage transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.