1
0
mirror of https://github.com/golang/go synced 2024-11-06 11:36:16 -07:00
go/src/encoding
John Bampton 8e725f8452 all: use HTML5 br tags
In HTML5 br tags don't need a closing slash

Change-Id: Ic53c43faee08c5b1267daa9a02cc186b1c255ca1
GitHub-Last-Rev: 6522081169
GitHub-Pull-Request: golang/go#44283
Reviewed-on: https://go-review.googlesource.com/c/go/+/292370
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
2021-03-13 03:38:42 +00:00
..
ascii85 all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
asn1 reflect: add Method.IsExported and StructField.IsExported methods 2021-02-25 21:21:51 +00:00
base32 all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
base64 all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
binary encoding/binary: limit bytes read by Uvarint to <= 10 2021-03-08 18:49:14 +00:00
csv all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
gob all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
hex all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
json encoding/json: marshal maps using reflect.Value.MapRange 2021-03-05 02:28:11 +00:00
pem all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
xml all: use HTML5 br tags 2021-03-13 03:38:42 +00:00
encoding.go