]> Cypherpunks.ru repositories - gostls13.git/commit
all: gofmt main repo
authorRuss Cox <rsc@golang.org>
Wed, 18 May 2022 20:46:20 +0000 (16:46 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 19 May 2022 15:49:05 +0000 (15:49 +0000)
commit946b4baaf6521d521928500b2b57429c149854e7
tree4acad539bb1fb52aab5112fb664365ea003c8dd4
parente23cc0844d542688c0956900206fca7c602593c5
all: gofmt main repo

Excluding vendor and testdata.
CL 384268 already reformatted most, but these slipped past.

The struct in the doc comment in debug/dwarf/type.go
was fixed up by hand to indent the first and last lines as well.

For #51082.

Change-Id: Iad020f83aafd671ff58238fe491907e85923d0c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/407137
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
22 files changed:
src/archive/zip/reader.go
src/cmd/compile/internal/ir/stmt.go
src/cmd/compile/internal/types2/api.go
src/cmd/pprof/doc.go
src/crypto/aes/cbc_ppc64x.go
src/debug/dwarf/type.go
src/debug/dwarf/type_test.go
src/debug/pe/symbol.go
src/go/internal/gcimporter/exportdata.go
src/internal/diff/diff.go
src/io/multi.go
src/math/big/alias_test.go
src/net/net.go
src/runtime/debug/garbage.go
src/runtime/mem.go
src/runtime/mgcpacer.go
src/runtime/os_linux.go
src/runtime/string.go
src/runtime/vdso_linux_s390x.go
src/sort/search.go
src/sync/atomic/doc.go
src/syscall/syscall_linux.go