go/src/debug/pe
Russ Cox 2580d0e08d all: gofmt -w -r 'interface{} -> any' src
And then revert the bootstrap cmd directories and certain testdata.
And adjust tests as needed.

Not reverting the changes in std that are bootstrapped,
because some of those changes would appear in API docs,
and we want to use any consistently.
Instead, rewrite 'any' to 'interface{}' in cmd/dist for those directories
when preparing the bootstrap copy.

A few files changed as a result of running gofmt -w
not because of interface{} -> any but because they
hadn't been updated for the new //go:build lines.

Fixes #49884.

Change-Id: Ie8045cba995f65bd79c694ec77a1b3d1fe01bb09
Reviewed-on: https://go-review.googlesource.com/c/go/+/368254
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2021-12-13 18:45:54 +00:00
..
testdata debug/pe: enable parsing of variable length optional header in PE file 2019-08-29 08:57:06 +00:00
file.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
file_cgo_test.go all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
file_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
pe.go debug/pe: copy some consts from cmd/link/internal/ld 2020-03-10 08:18:53 +00:00
section.go
string.go debug/pe: use bytes.IndexByte instead of a loop 2018-03-07 16:12:08 +00:00
symbol.go