go/src/debug/pe
cui fliter d8d22664c6 all: fix misuses of "a" vs "an"
Fixes the misuse of "a" vs "an", according to English grammatical
expectations and using https://www.a-or-an.com/

Change-Id: I53ac724070e3ff3d33c304483fe72c023c7cda47
Reviewed-on: https://go-review.googlesource.com/c/go/+/480536
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
2023-04-04 14:20:53 +00:00
..
testdata debug/pe: add APIs for reading section def aux info 2022-03-31 14:57:35 +00:00
file.go all: fix misuses of "a" vs "an" 2023-04-04 14:20:53 +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: add IMAGE_FILE_MACHINE_RISCV{32,64,128} 2022-08-09 01:21:43 +00:00
section.go debug/pe: fetch section size directly in (*Section).Data 2022-08-19 21:29:19 +00:00
string.go internal/saferio: new package to avoid OOM 2022-08-11 20:05:25 +00:00
symbol.go all: fix typos in go file comments 2023-01-20 03:27:26 +00:00
symbols_test.go debug/pe: rework reading of aux symbols to fix endianity problems 2022-05-06 18:07:48 +00:00