1
0
mirror of https://github.com/golang/go synced 2024-11-12 13:10:33 -07:00
go/src/encoding
Kunpei Sakai 5a986eca86 all: fix article typos
a -> an

Change-Id: I7362bdc199e83073a712be657f5d9ba16df3077e
Reviewed-on: https://go-review.googlesource.com/63850
Reviewed-by: Rob Pike <r@golang.org>
2017-09-15 02:39:16 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 all: fix article typos 2017-09-15 02:39:16 +00:00
base32 encoding/base32: improve performance in common case 2017-08-14 18:51:14 +00:00
base64 encoding: fix endless loop in TestDecoderBuffering 2017-06-16 14:53:17 +00:00
binary encoding/binary: add example for Read multi 2017-08-12 01:17:13 +00:00
csv encoding/csv: preserve \r\n in quoted fields 2017-08-14 18:42:20 +00:00
gob all: join some chained ifs to unindent code 2017-08-29 20:57:41 +00:00
hex encoding/hex: save allocation in DecodeString() 2017-08-15 14:35:34 +00:00
json encoding/json: update documentation for MarshalIndent 2017-09-12 18:12:24 +00:00
pem encoding/pem: yet another fuzz fake failure 2017-04-03 18:46:56 +00:00
xml encoding/xml: add decode wrapper 2017-09-13 17:22:41 +00:00
encoding.go