summaryrefslogtreecommitdiff
path: root/src/encoding/csv
Commit message (Expand)AuthorAgeFilesLines
* encoding/csv: add option to reuse slices returned by ReadJustin Nuß2017-04-262-20/+80
* encoding/csv: document Read error behaviorRuss Cox2016-10-281-2/+6
* encoding/csv: avoid allocations when reading recordsJustin Nuß2016-10-051-15/+45
* encoding/csv: update and add CSV reading benchmarksBrad Fitzpatrick2016-10-051-8/+64
* encoding/csv: update doc about comments whitespaceJess Frazelle2016-06-101-26/+27
* encoding/csv: clarify that this package supports RFC 4180Ian Lance Taylor2016-05-251-0/+2
* all: fixed a handful of typosRobert Griesemer2016-05-241-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-022-12/+12
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-13/+15
* encoding/csv: clarify that TrimLeadingSpace can trim the delimiterEric Lagergren2016-02-241-0/+2
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* encoding/csv: indicate package of EOF in docsKatrina Owen2015-10-141-1/+1
* encoding/csv: add examples for packageCarlos C2015-06-221-0/+131
* encoding/csv: skip blank lines when FieldsPerRecord >= 0Damien Neil2015-06-122-6/+14
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* encoding/csv: fix comment in parseRecordAinar Garipov2015-06-101-1/+1
* encoding/csv: Preallocate records sliceJustin Nuß2015-04-262-0/+28
* 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-232-2/+25
* build: move package sources from src/pkg to srcRuss Cox2014-09-084-0/+822