Documentation ¶ Index ¶ func Decode(r io.Reader) ([][]string, error) func Encode(x cue.Value) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Decode ¶ func Decode(r io.Reader) ([][]string, error) Decode reads in a csv into a list of lists. func Encode ¶ func Encode(x cue.Value) (string, error) Encode encode the given list of lists to CSV. Types ¶ This section is empty. Source Files ¶ View all Source files manual.go pkg.go Click to show internal directories. Click to hide internal directories.