1
0
mirror of https://github.com/golang/go synced 2024-11-23 16:00:06 -07:00
go/src/encoding
Leon Klingele d307bd4ede encoding/gob: properly ignore errors
Change-Id: I8827cef0f57459384329c50c51795350da0ede4b
GitHub-Last-Rev: c9ad9e12b5
GitHub-Pull-Request: golang/go#30010
Reviewed-on: https://go-review.googlesource.com/c/go/+/160434
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-05-22 20:42:35 +00:00
..
ascii85
asn1
base32 all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
base64 encoding/base64: speed up the decoder 2019-03-13 10:39:58 +00:00
binary all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
csv all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
gob encoding/gob: properly ignore errors 2019-05-22 20:42:35 +00:00
hex encoding/hex: simplify encoder arithmetic 2019-03-05 17:40:09 +00:00
json all: shorten some tests 2019-05-22 12:54:00 +00:00
pem all: remove PEM-encoded private keys from tests 2019-05-21 20:03:55 +00:00
xml encoding/xml, encoding/json: docs and examples using custom marshalers 2018-12-12 14:18:06 +00:00
encoding.go