1
0
mirror of https://github.com/golang/go synced 2024-11-06 00:26:11 -07:00
go/src/unicode
Russ Cox 19309779ac all: gofmt main repo
[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go.dev/s/godocfmt-design.]

Run the updated gofmt, which reformats doc comments,
on the main repository. Vendored files are excluded.

For #51082.

Change-Id: I7332f099b60f716295fb34719c98c04eb1a85407
Reviewed-on: https://go-review.googlesource.com/c/go/+/384268
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2022-04-11 16:34:30 +00:00
..
utf8 unicode/utf8: optimize Valid to parity with ValidString 2022-03-02 11:33:18 +00:00
utf16
casetables.go
digit_test.go
digit.go
example_test.go unicode: use IsSpace not IsUpper in IsSpace example test 2021-10-08 00:18:29 +00:00
graphic_test.go
graphic.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
letter_test.go
letter.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
script_test.go
tables.go