Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSVMarshaler ¶
type Config ¶
type Config struct {
Delimiter rune // field delimiter, default ','
UseBOM bool // write UTF-8 BOM at start
UseCRLF bool // use CRLF line endings
}
Options configures the Writer behavior.
Click to show internal directories.
Click to hide internal directories.