go/src/internal
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
..
abi internal/abi: define riscv64 register ABI constants 2022-03-26 01:27:54 +00:00
buildcfg runtime: remove old pacer and the PacerRedesign goexperiment 2022-03-31 20:02:10 +00:00
bytealg all: delete PPC64 non-register ABI fallback path 2022-03-28 18:20:56 +00:00
cfg cmd/go: set go.work path using GOWORK, and remove -workfile flag 2022-02-16 15:58:47 +00:00
cpu internal/cpu: don't run SSE3 disable test if GOAMD64>1 2022-03-15 17:04:57 +00:00
diff internal/diff: add, replacing cmd/internal/diff 2022-03-18 16:56:29 +00:00
execabs internal/execabs: replace ioutil.WriteFile with os.WriteFile 2021-04-12 21:57:23 +00:00
fmtsort all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
fuzz internal/fuzz: minimization should not reduce coverage 2022-03-10 23:06:14 +00:00
goarch all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
godebug net/netip: add new IP address package 2021-11-02 01:28:01 +00:00
goexperiment internal/goexperiment: add GOEXPERIMENT=boringcrypto 2022-04-04 21:06:49 +00:00
goos all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
goroot all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
goversion internal/goversion: update Version to 1.19 2022-02-28 22:24:58 +00:00
intern all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
itoa
lazyregexp
lazytemplate all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
nettrace internal/nettrace: fix spelling error 2022-02-04 20:20:02 +00:00
obscuretestdata
oserror
pkgbits internal/pkgbits: add fingerprints to unified IR export format 2022-03-28 19:58:45 +00:00
poll all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
profile all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
race
reflectlite all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
singleflight all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
syscall all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
sysinfo
testenv all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
testlog
trace all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
txtar internal/txtar: bring back to main repo, for tests in std 2022-03-16 16:06:15 +00:00
unsafeheader all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
xcoff