go/src/encoding
Josh Bleecher Snyder 2adc4e8927 all: use "reports whether" in place of "returns true if(f)"
Comment changes only.

Change-Id: I56848814564c4aa0988b451df18bebdfc88d6d94
Reviewed-on: https://go-review.googlesource.com/7721
Reviewed-by: Rob Pike <r@golang.org>
2015-03-18 15:14:06 +00:00
..
ascii85
asn1 all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
base32
base64 encoding/base64: add unpadded encodings, and test all encodings. 2014-12-22 16:05:23 +00:00
binary encoding/binary: cull dead code 2015-03-14 02:51:22 +00:00
csv all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
gob encoding/gob: address go vet report 2014-12-28 19:30:31 +00:00
hex
json encoding/json: Fixed the comment specifying Marshal behavior for maps. 2015-02-18 23:57:36 +00:00
pem encoding/pem: eliminate allocations for newlines during encoding 2014-12-21 22:06:09 +00:00
xml encoding/xml: fix default namespace of tags 2015-03-09 09:10:30 +00:00
encoding.go