1
0
mirror of https://github.com/golang/go synced 2024-11-19 11:04:47 -07:00
go/src/encoding
Tobias Klauser db4675f2de encoding/asn1: gofmt
CL 113837 introduced some changes which were not properly gofmt'ed, fix them.

Change-Id: I89329063f9c468238051e45380d752e66efdb939
Reviewed-on: https://go-review.googlesource.com/116895
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-06-07 15:01:06 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 encoding/asn1: gofmt 2018-06-07 15:01:06 +00:00
base32 encoding/base32: remove redundant conditional 2018-05-22 17:12:05 +00:00
base64 encoding/base64: fix format error 2018-04-25 20:22:16 +00:00
binary encoding/binary: returns length of bool slice in intDataSize 2018-05-08 14:48:50 +00:00
csv encoding/csv: disallow quote for use as Comma 2018-03-09 00:33:43 +00:00
gob all: skip unsupported tests for js/wasm 2018-04-30 19:39:18 +00:00
hex encoding/hex: improve Decode and DecodeString docs 2018-05-31 19:49:01 +00:00
json all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
pem encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocks 2017-12-06 03:59:41 +00:00
xml all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
encoding.go