index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
csv
/
writer.go
Age
Commit message (
Expand
)
Author
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2020-05-05
encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...
Alex Gaynor
2019-07-28
all: change some function documentation to be more idiomatic
Dominik Honnef
2019-03-04
encoding/csv: document that Writer is buffered
Brian Kessler
2018-03-08
encoding/csv: avoid mangling invalid UTF-8 in Writer
Joe Tsai
2017-11-16
encoding/csv: restore Go 1.9 quoted \r\n handling in Reader
Russ Cox
2017-10-25
encoding/csv: forbid certain Comma and Comment runes
Joe Tsai
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2014-10-23
encoding/csv: for Postgres, unquote empty strings, quote \.
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox