go/src/cmd
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
..
addr2line
api cmd/api: fix panic on exported basic type aliases 2024-01-04 17:31:12 +00:00
asm cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0. 2023-12-15 20:51:01 +00:00
buildid
cgo Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16" 2023-12-18 21:30:58 +00:00
compile cmd/compile: handle defined iter func type correctly 2024-01-08 16:00:53 +00:00
covdata cmd: fix mismatched symbols 2023-10-03 12:57:25 +00:00
cover cmd: fix mismatched symbols 2023-10-03 12:57:25 +00:00
dist iter, runtime: add coroutine support 2023-12-06 21:33:59 +00:00
distpack cmd/distpack: include directory entries in tar files 2023-08-11 17:37:52 +00:00
doc cmd/doc: fix inconsistent receiver name 2024-01-08 20:15:52 +00:00
fix cmd/fix: use reflect.TypeFor for known types 2023-08-07 00:25:49 +00:00
go cmd/go: run cover tool before swig 2024-01-05 21:29:51 +00:00
gofmt io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntry 2023-09-12 20:27:28 +00:00
internal cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0. 2023-12-15 20:51:01 +00:00
link cmd/link/internal/loadpe: update comment about @feat.00 symbol handling 2023-12-18 20:26:46 +00:00
nm
objdump
pack all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
pprof runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
test2json
tools cmd: vendor golang.org/x/tools/cmd/bisect 2023-05-09 01:28:10 +00:00
trace cmd/trace/v2: emit regions in the goroutine-oriented task view 2023-11-21 21:29:58 +00:00
vendor cmd: go get golang.org/x/tools@83bceaf2 and revendor 2023-12-18 21:28:13 +00:00
vet cmd/vet: add lost checks in doc 2023-11-21 00:17:30 +00:00
README.vendor
go.mod cmd: go get golang.org/x/tools@83bceaf2 and revendor 2023-12-18 21:28:13 +00:00
go.sum cmd: go get golang.org/x/tools@83bceaf2 and revendor 2023-12-18 21:28:13 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.