Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:29 +05 2020. DO NOT EDIT.
Index ¶
- func NewReader(r io.Reader) *csv.Reader
- func NewWriter(w io.Writer) *csv.Writer
- func ParseErrorError(e *csv.ParseError) string
- func ParseErrorUnwrap(e *csv.ParseError) error
- func ReaderRead(r *csv.Reader) ([]string, error)
- func ReaderReadAll(r *csv.Reader) ([][]string, error)
- func WriterError(w *csv.Writer) error
- func WriterWrite(w *csv.Writer, record []string) error
- func WriterWriteAll(w *csv.Writer, records [][]string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseErrorError ¶
func ParseErrorError(e *csv.ParseError) string
func ParseErrorUnwrap ¶
func ParseErrorUnwrap(e *csv.ParseError) error
func WriterError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.