]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/dwtest: fix inconsistent receiver name
authorcui fliter <imcusg@gmail.com>
Mon, 8 Jan 2024 13:55:30 +0000 (21:55 +0800)
committerCherry Mui <cherryyz@google.com>
Fri, 2 Feb 2024 15:22:18 +0000 (15:22 +0000)
commit149db960e432101c8d9d292f6086ad355d856095
treed52c99535f449be3379883b54fe43a5e2234bdde
parent244ccf4769b1794aa81a13d36142bc2bec4d26dc
cmd/link/internal/dwtest: fix inconsistent receiver name

The DIEs method of Examiner is the only one with a receiver declared 'e'; all the rest have 'ex'. Fix it to be consistent.

Change-Id: I494a53cf3db5575d45831cab3cf612c20962f8fe
Reviewed-on: https://go-review.googlesource.com/c/go/+/554575
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/link/internal/dwtest/dwtest.go