Imports of package gocode

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/errorsPackage errors defines shared types for handling CUE errors.
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.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/formatPackage format implements standard formatting of Go source.
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
golang.org/x/tools/go/packagesPackage packages loads Go packages for inspection and analysis.
text/templatePackage template implements data-driven templates for generating textual output.