Imports of package cuetxtar

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
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/loadPackage load loads CUE instances.
cuelang.org/go/internal/cuetestPackage testing is a helper package for test packages in the CUE project.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/go-cmp/cmpPackage cmp determines equality of values.
github.com/rogpeppe/go-internal/diff
golang.org/x/tools/txtarPackage txtar implements a trivial text-based file archive format.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
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.
testingPackage testing provides support for automated testing of Go packages.