1
0
mirror of https://github.com/golang/go synced 2024-10-04 23:21:20 -06:00
go/src/encoding
Brad Fitzpatrick d0729a6ede encoding/json: test style tweaks
Rename test name from Http to HTTP, and fix some style nits.

Change-Id: I00fe1cecd69ca2f50be86a76ec90031c2f921707
Reviewed-on: https://go-review.googlesource.com/12760
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-07-28 06:23:38 +00:00
..
ascii85
asn1 encoding/asn1: don't parse invalid UTF-8. 2015-06-29 02:50:49 +00:00
base32
base64 encoding/base64: Optimize EncodeToString and DecodeString. 2015-04-24 01:45:43 +00:00
binary encoding/binary: update protobuf documentation link 2015-06-29 14:28:01 +00:00
csv encoding/csv: add examples for package 2015-06-22 11:11:37 +00:00
gob all: link to https for golang subdomains too 2015-07-12 04:42:40 +00:00
hex
json encoding/json: test style tweaks 2015-07-28 06:23:38 +00:00
pem testing/quick: probabilistically generate nil pointers 2015-06-08 21:19:13 +00:00
xml encoding/xml: fix race using finfo.parents in s.trim 2015-07-27 18:03:45 +00:00
encoding.go