go/src/cmd/doc
Mehdi Mostafavi b702e0438a cmd/doc: fix inconsistent receiver name
The ToText method of Package is the only one with a receiver declared
'p'; all the rest have 'pkg'. Fix it to be consistent.

Change-Id: I2b47c719f4f6f8d87336316b7f80deb1b49e17dc
GitHub-Last-Rev: 7d273b4ef0
GitHub-Pull-Request: golang/go#64912
Reviewed-on: https://go-review.googlesource.com/c/go/+/553335
Run-TryBot: Rob Pike <r@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: qiulaidongfeng <2645477756@qq.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2024-01-08 20:15:52 +00:00
..
testdata cmd/doc: print bugs with -all flag 2023-09-07 19:16:55 +00:00
dirs.go all: use os/exec instead of internal/execabs 2022-05-02 17:49:12 +00:00
doc_test.go cmd/doc: print bugs with -all flag 2023-09-07 19:16:55 +00:00
main.go cmd/doc: print bugs with -all flag 2023-09-07 19:16:55 +00:00
pkg.go cmd/doc: fix inconsistent receiver name 2024-01-08 20:15:52 +00:00