diff options
Diffstat (limited to 'src/pkg/csv/writer.go')
-rw-r--r-- | src/pkg/csv/writer.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/csv/writer.go b/src/pkg/csv/writer.go index 01386da19..ccf703f0f 100644 --- a/src/pkg/csv/writer.go +++ b/src/pkg/csv/writer.go @@ -22,7 +22,6 @@ import ( // Comma is the field delimiter. // // If UseCRLF is true, the Writer ends each record with \r\n instead of \n. -// just \n is written. type Writer struct { Comma int // Field delimiter (set to to ',' by NewWriter) UseCRLF bool // True to use \r\n as the line terminator |