Imports of package tabwriter

PathSynopsis
cuelang.org/go/cuePackage cue is the main API for CUE evaluation.
cuelang.org/go/internal/core/adtPackage adt represents partially and fully evaluated CUE types.
cuelang.org/go/internal/pkg
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.