aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/csv/writer.go
AgeCommit message (Expand)Author
2020-05-05encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...Alex Gaynor
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2019-03-04encoding/csv: document that Writer is bufferedBrian Kessler
2018-03-08encoding/csv: avoid mangling invalid UTF-8 in WriterJoe Tsai
2017-11-16encoding/csv: restore Go 1.9 quoted \r\n handling in ReaderRuss Cox
2017-10-25encoding/csv: forbid certain Comma and Comment runesJoe Tsai
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-06-11all: fix misprints in commentsAinar Garipov
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-10-23encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox