go/src/cmd
Russ Cox 9839668b56 all: separate doc comment from //go: directives
A future change to gofmt will rewrite

	// Doc comment.
	//go:foo

to

	// Doc comment.
	//
	//go:foo

Apply that change preemptively to all comments (not necessarily just doc comments).

For #51082.

Change-Id: Iffe0285418d1e79d34526af3520b415a12203ca9
Reviewed-on: https://go-review.googlesource.com/c/go/+/384260
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-04-05 17:54:15 +00:00
..
addr2line
api internal/testenv: add GOROOT and use it to fix tests broken with -trimpath 2022-03-18 21:55:52 +00:00
asm all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
buildid
cgo cmd/cgo: retain original file paths in godefs generated comment 2022-04-03 07:18:10 +00:00
compile all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
cover all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
dist all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
doc internal/testenv: add GOROOT and use it to fix tests broken with -trimpath 2022-03-18 21:55:52 +00:00
fix internal/diff: add, replacing cmd/internal/diff 2022-03-18 16:56:29 +00:00
go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
gofmt cmd/gofmt: return a proper error for empty Go files 2022-03-24 09:17:34 +00:00
internal all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
link all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
nm internal/testenv: add GOROOT and use it to fix tests broken with -trimpath 2022-03-18 21:55:52 +00:00
objdump cmd/compile: require -p flag 2022-03-09 21:31:58 +00:00
pack cmd/compile: require -p flag 2022-03-09 21:31:58 +00:00
pprof cmd/pprof: point to -h in package documentation 2022-04-01 12:16:03 +00:00
test2json
trace all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
vendor all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
vet all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
README.vendor
go.mod cmd/vendor: update golang.org/x/tools to c717623e31 2022-03-21 18:28:15 +00:00
go.sum cmd/vendor: update golang.org/x/tools to c717623e31 2022-03-21 18:28:15 +00:00

README.vendor

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