summaryrefslogtreecommitdiff
path: root/src/encoding/csv/writer.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...Alex Gaynor2020-05-051-1/+15
* all: change some function documentation to be more idiomaticDominik Honnef2019-07-281-1/+1
* encoding/csv: document that Writer is bufferedBrian Kessler2019-03-041-2/+11
* encoding/csv: avoid mangling invalid UTF-8 in WriterJoe Tsai2018-03-081-19/+32
* encoding/csv: restore Go 1.9 quoted \r\n handling in ReaderRuss Cox2017-11-161-1/+1
* encoding/csv: forbid certain Comma and Comment runesJoe Tsai2017-10-251-0/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-13/+15
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox2014-10-231-2/+14
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+127