Imports of package cuego

PathSynopsis
cuelang.org/go/cuePackage cue is the main API for CUE evaluation.
cuelang.org/go/cue/parserPackage parser implements a parser for CUE source files.
cuelang.org/go/internalPackage internal exposes some cue internals to other packages.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.