go/src/internal/poll
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
..
copy_file_range_linux.go
errno_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
errno_windows.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
error_linux_test.go
error_stub_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
error_test.go
export_linux_test.go
export_posix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
export_test.go
export_windows_test.go
fcntl_js.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
fcntl_libc.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
fcntl_syscall.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
fd.go
fd_fsync_darwin.go
fd_fsync_posix.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
fd_fsync_windows.go
fd_io_plan9.go
fd_mutex.go
fd_mutex_test.go
fd_opendir_darwin.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
fd_plan9.go
fd_poll_js.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
fd_poll_runtime.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
fd_posix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
fd_posix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
fd_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
fd_windows.go internal/poll: fix the wrong function names in comments 2021-11-05 05:30:39 +00:00
fd_windows_test.go
fd_writev_darwin.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
fd_writev_illumos.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
fd_writev_unix.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
hook_cloexec.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
hook_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
hook_windows.go
iovec_illumos.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
iovec_unix.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
read_test.go
sendfile_bsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sendfile_linux.go
sendfile_solaris.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
sendfile_windows.go
sock_cloexec.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sockopt.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
sockopt_linux.go
sockopt_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
sockopt_windows.go
sockoptip.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
splice_linux.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
splice_linux_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
strconv.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_cloexec.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
writev.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
writev_test.go