]> Cypherpunks.ru repositories - gostls13.git/commitdiff
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
authorRuss Cox <rsc@golang.org>
Wed, 25 Aug 2021 16:48:26 +0000 (12:48 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 28 Oct 2021 18:17:57 +0000 (18:17 +0000)
When these packages are released as part of Go 1.18,
Go 1.16 will no longer be supported, so we can remove
the +build tags in these files.

Ran go fix -fix=buildtag std cmd and then reverted the bootstrapDirs
as defined in src/cmd/dist/buildtool.go, which need to continue
to build with Go 1.4 for now.

Also reverted src/vendor and src/cmd/vendor, which will need
to be updated in their own repos first.

Manual changes in runtime/pprof/mprof_test.go to adjust line numbers.

For #41184.

Change-Id: Ic0f93f7091295b6abc76ed5cd6e6746e1280861e
Reviewed-on: https://go-review.googlesource.com/c/go/+/344955
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
834 files changed:
src/archive/tar/stat_actime1.go
src/archive/tar/stat_actime2.go
src/archive/tar/stat_unix.go
src/bytes/boundary_test.go
src/cmd/api/run.go
src/cmd/go/go11.go
src/cmd/go/go_unix_test.go
src/cmd/go/internal/base/signal_notunix.go
src/cmd/go/internal/base/signal_unix.go
src/cmd/go/internal/lockedfile/internal/filelock/filelock_fcntl.go
src/cmd/go/internal/lockedfile/internal/filelock/filelock_other.go
src/cmd/go/internal/lockedfile/internal/filelock/filelock_plan9.go
src/cmd/go/internal/lockedfile/internal/filelock/filelock_test.go
src/cmd/go/internal/lockedfile/internal/filelock/filelock_unix.go
src/cmd/go/internal/lockedfile/internal/filelock/filelock_windows.go
src/cmd/go/internal/lockedfile/lockedfile_filelock.go
src/cmd/go/internal/lockedfile/lockedfile_plan9.go
src/cmd/go/internal/lockedfile/lockedfile_test.go
src/cmd/go/internal/lockedfile/transform_test.go
src/cmd/go/internal/modfetch/bootstrap.go
src/cmd/go/internal/modfetch/codehost/shell.go
src/cmd/go/internal/modfetch/sumdb.go
src/cmd/go/internal/modload/stat_openfile.go
src/cmd/go/internal/modload/stat_unix.go
src/cmd/go/internal/modload/stat_windows.go
src/cmd/go/internal/robustio/robustio_flaky.go
src/cmd/go/internal/robustio/robustio_other.go
src/cmd/go/internal/test/genflags.go
src/cmd/go/internal/web/bootstrap.go
src/cmd/go/internal/web/http.go
src/cmd/go/internal/web/url_other.go
src/cmd/go/internal/web/url_other_test.go
src/cmd/go/internal/work/testgo.go
src/cmd/go/stop_other_test.go
src/cmd/go/stop_unix_test.go
src/cmd/nm/nm_cgo_test.go
src/cmd/pprof/readlineui.go
src/cmd/trace/annotations_test.go
src/cmd/trace/trace_test.go
src/cmd/trace/trace_unix_test.go
src/crypto/aes/aes_gcm.go
src/crypto/aes/cipher_asm.go
src/crypto/aes/cipher_generic.go
src/crypto/aes/gcm_ppc64le.go
src/crypto/cipher/xor_generic.go
src/crypto/cipher/xor_ppc64x.go
src/crypto/ecdsa/ecdsa_noasm.go
src/crypto/ecdsa/ecdsa_s390x_test.go
src/crypto/ed25519/internal/edwards25519/field/fe_amd64.go
src/crypto/ed25519/internal/edwards25519/field/fe_amd64_noasm.go
src/crypto/ed25519/internal/edwards25519/field/fe_arm64.go
src/crypto/ed25519/internal/edwards25519/field/fe_arm64_noasm.go
src/crypto/elliptic/export_generate.go
src/crypto/elliptic/fuzz_test.go
src/crypto/elliptic/gen_p256_table.go
src/crypto/elliptic/p256.go
src/crypto/elliptic/p256_asm.go
src/crypto/elliptic/p256_asm_table.go
src/crypto/elliptic/p256_asm_table_test.go
src/crypto/elliptic/p256_generic.go
src/crypto/elliptic/p256_ppc64le.go
src/crypto/elliptic/p256_s390x.go
src/crypto/internal/subtle/aliasing.go
src/crypto/internal/subtle/aliasing_appengine.go
src/crypto/md5/gen.go
src/crypto/md5/md5block_decl.go
src/crypto/md5/md5block_generic.go
src/crypto/rand/eagain.go
src/crypto/rand/rand_batched.go
src/crypto/rand/rand_batched_test.go
src/crypto/rand/rand_getentropy.go
src/crypto/rand/rand_js.go
src/crypto/rand/rand_unix.go
src/crypto/sha1/fallback_test.go
src/crypto/sha1/issue15617_test.go
src/crypto/sha1/sha1block_decl.go
src/crypto/sha1/sha1block_generic.go
src/crypto/sha256/fallback_test.go
src/crypto/sha256/sha256block_decl.go
src/crypto/sha256/sha256block_generic.go
src/crypto/sha512/fallback_test.go
src/crypto/sha512/sha512block_amd64.go
src/crypto/sha512/sha512block_decl.go
src/crypto/sha512/sha512block_generic.go
src/crypto/tls/generate_cert.go
src/crypto/tls/handshake_unix_test.go
src/crypto/x509/internal/macos/corefoundation.go
src/crypto/x509/internal/macos/security.go
src/crypto/x509/root_bsd.go
src/crypto/x509/root_darwin.go
src/crypto/x509/root_ios.go
src/crypto/x509/root_ios_gen.go
src/crypto/x509/root_js.go
src/crypto/x509/root_omit.go
src/crypto/x509/root_omit_test.go
src/crypto/x509/root_plan9.go
src/crypto/x509/root_unix.go
src/crypto/x509/root_unix_test.go
src/crypto/x509/x509_test_import.go
src/encoding/csv/fuzz.go
src/encoding/gob/debug.go
src/encoding/gob/decgen.go
src/encoding/gob/dump.go
src/encoding/gob/encgen.go
src/encoding/json/fuzz.go
src/go/build/gc.go
src/go/build/gccgo.go
src/go/doc/headscan.go
src/go/types/example_test.go
src/go/types/gotype.go
src/hash/crc32/crc32_otherarch.go
src/hash/crc32/gen_const_ppc64le.go
src/html/fuzz.go
src/image/color/palette/gen.go
src/image/internal/imageutil/gen.go
src/image/png/fuzz.go
src/index/suffixarray/gen.go
src/internal/abi/abi_arm64.go
src/internal/abi/abi_generic.go
src/internal/abi/abi_ppc64x.go
src/internal/bytealg/compare_generic.go
src/internal/bytealg/compare_native.go
src/internal/bytealg/count_generic.go
src/internal/bytealg/count_native.go
src/internal/bytealg/index_generic.go
src/internal/bytealg/index_native.go
src/internal/bytealg/index_ppc64x.go
src/internal/bytealg/indexbyte_generic.go
src/internal/bytealg/indexbyte_native.go
src/internal/cpu/cpu_arm64_android.go
src/internal/cpu/cpu_arm64_darwin.go
src/internal/cpu/cpu_arm64_freebsd.go
src/internal/cpu/cpu_arm64_hwcap.go
src/internal/cpu/cpu_arm64_linux.go
src/internal/cpu/cpu_arm64_other.go
src/internal/cpu/cpu_mips64x.go
src/internal/cpu/cpu_no_name.go
src/internal/cpu/cpu_ppc64x.go
src/internal/cpu/cpu_ppc64x_aix.go
src/internal/cpu/cpu_ppc64x_linux.go
src/internal/cpu/cpu_x86.go
src/internal/cpu/cpu_x86_test.go
src/internal/fuzz/minimize_test.go
src/internal/fuzz/sys_posix.go
src/internal/fuzz/sys_unimplemented.go
src/internal/fuzz/trace.go
src/internal/goarch/gengoarch.go
src/internal/goarch/zgoarch_386.go
src/internal/goarch/zgoarch_amd64.go
src/internal/goarch/zgoarch_arm.go
src/internal/goarch/zgoarch_arm64.go
src/internal/goarch/zgoarch_arm64be.go
src/internal/goarch/zgoarch_armbe.go
src/internal/goarch/zgoarch_loong64.go
src/internal/goarch/zgoarch_mips.go
src/internal/goarch/zgoarch_mips64.go
src/internal/goarch/zgoarch_mips64le.go
src/internal/goarch/zgoarch_mips64p32.go
src/internal/goarch/zgoarch_mips64p32le.go
src/internal/goarch/zgoarch_mipsle.go
src/internal/goarch/zgoarch_ppc.go
src/internal/goarch/zgoarch_ppc64.go
src/internal/goarch/zgoarch_ppc64le.go
src/internal/goarch/zgoarch_riscv.go
src/internal/goarch/zgoarch_riscv64.go
src/internal/goarch/zgoarch_s390.go
src/internal/goarch/zgoarch_s390x.go
src/internal/goarch/zgoarch_sparc.go
src/internal/goarch/zgoarch_sparc64.go
src/internal/goarch/zgoarch_wasm.go
src/internal/goos/gengoos.go
src/internal/goos/zgoos_aix.go
src/internal/goos/zgoos_android.go
src/internal/goos/zgoos_darwin.go
src/internal/goos/zgoos_dragonfly.go
src/internal/goos/zgoos_freebsd.go
src/internal/goos/zgoos_hurd.go
src/internal/goos/zgoos_illumos.go
src/internal/goos/zgoos_ios.go
src/internal/goos/zgoos_js.go
src/internal/goos/zgoos_linux.go
src/internal/goos/zgoos_netbsd.go
src/internal/goos/zgoos_openbsd.go
src/internal/goos/zgoos_plan9.go
src/internal/goos/zgoos_solaris.go
src/internal/goos/zgoos_windows.go
src/internal/goos/zgoos_zos.go
src/internal/goroot/gc.go
src/internal/goroot/gccgo.go
src/internal/poll/errno_unix.go
src/internal/poll/errno_windows.go
src/internal/poll/error_stub_test.go
src/internal/poll/export_posix_test.go
src/internal/poll/fcntl_js.go
src/internal/poll/fcntl_libc.go
src/internal/poll/fcntl_syscall.go
src/internal/poll/fd_fsync_posix.go
src/internal/poll/fd_poll_js.go
src/internal/poll/fd_poll_runtime.go
src/internal/poll/fd_posix.go
src/internal/poll/fd_posix_test.go
src/internal/poll/fd_unix.go
src/internal/poll/fd_writev_darwin.go
src/internal/poll/fd_writev_illumos.go
src/internal/poll/fd_writev_unix.go
src/internal/poll/hook_cloexec.go
src/internal/poll/hook_unix.go
src/internal/poll/iovec_illumos.go
src/internal/poll/iovec_unix.go
src/internal/poll/sendfile_bsd.go
src/internal/poll/sock_cloexec.go
src/internal/poll/sockopt.go
src/internal/poll/sockopt_unix.go
src/internal/poll/sockoptip.go
src/internal/poll/strconv.go
src/internal/poll/sys_cloexec.go
src/internal/poll/writev.go
src/internal/syscall/execenv/execenv_default.go
src/internal/syscall/execenv/execenv_windows.go
src/internal/syscall/unix/at.go
src/internal/syscall/unix/at_libc.go
src/internal/syscall/unix/at_sysnum_fstatat64_linux.go
src/internal/syscall/unix/at_sysnum_fstatat_linux.go
src/internal/syscall/unix/at_sysnum_newfstatat_linux.go
src/internal/syscall/unix/fcntl_linux_32bit.go
src/internal/syscall/unix/getentropy_darwin.go
src/internal/syscall/unix/getrandom.go
src/internal/syscall/unix/nonblocking.go
src/internal/syscall/unix/nonblocking_js.go
src/internal/syscall/unix/nonblocking_libc.go
src/internal/syscall/unix/pipe2_illumos.go
src/internal/syscall/unix/sysnum_linux_generic.go
src/internal/syscall/unix/sysnum_linux_mips64x.go
src/internal/syscall/unix/sysnum_linux_mipsx.go
src/internal/syscall/unix/sysnum_linux_ppc64x.go
src/internal/syscall/unix/writev_illumos.go
src/internal/testenv/testenv_cgo.go
src/internal/testenv/testenv_notwin.go
src/log/syslog/example_test.go
src/log/syslog/syslog.go
src/log/syslog/syslog_test.go
src/log/syslog/syslog_unix.go
src/math/cmplx/huge_test.go
src/math/dim_asm.go
src/math/dim_noasm.go
src/math/exp2_asm.go
src/math/exp2_noasm.go
src/math/exp_amd64.go
src/math/exp_asm.go
src/math/exp_noasm.go
src/math/floor_asm.go
src/math/floor_noasm.go
src/math/huge_test.go
src/math/hypot_asm.go
src/math/hypot_noasm.go
src/math/log_asm.go
src/math/log_stub.go
src/math/modf_asm.go
src/math/modf_noasm.go
src/math/rand/gen_cooked.go
src/math/sqrt_asm.go
src/math/sqrt_noasm.go
src/math/stubs.go
src/mime/type_unix.go
src/mime/type_unix_test.go
src/net/addrselect.go
src/net/addrselect_test.go
src/net/cgo_aix.go
src/net/cgo_android.go
src/net/cgo_bsd.go
src/net/cgo_linux.go
src/net/cgo_netbsd.go
src/net/cgo_openbsd.go
src/net/cgo_resnew.go
src/net/cgo_resold.go
src/net/cgo_socknew.go
src/net/cgo_sockold.go
src/net/cgo_solaris.go
src/net/cgo_stub.go
src/net/cgo_unix.go
src/net/cgo_unix_test.go
src/net/cgo_windows.go
src/net/conf.go
src/net/conf_netcgo.go
src/net/conf_test.go
src/net/conn_test.go
src/net/dial_test.go
src/net/dial_unix_test.go
src/net/dnsclient_unix.go
src/net/dnsclient_unix_test.go
src/net/dnsconfig_unix.go
src/net/dnsconfig_unix_test.go
src/net/dnsname_test.go
src/net/error_posix.go
src/net/error_posix_test.go
src/net/error_test.go
src/net/error_unix.go
src/net/error_unix_test.go
src/net/external_test.go
src/net/fcntl_libc_test.go
src/net/fcntl_syscall_test.go
src/net/fd_posix.go
src/net/fd_unix.go
src/net/file_stub.go
src/net/file_test.go
src/net/file_unix.go
src/net/hook_unix.go
src/net/http/cgi/plan9_test.go
src/net/http/cgi/posix_test.go
src/net/http/h2_bundle.go
src/net/http/omithttp2.go
src/net/http/roundtrip.go
src/net/http/roundtrip_js.go
src/net/http/triv.go
src/net/interface_bsd.go
src/net/interface_bsd_test.go
src/net/interface_bsdvar.go
src/net/interface_stub.go
src/net/interface_test.go
src/net/interface_unix_test.go
src/net/internal/socktest/main_test.go
src/net/internal/socktest/main_unix_test.go
src/net/internal/socktest/switch_posix.go
src/net/internal/socktest/switch_stub.go
src/net/internal/socktest/switch_unix.go
src/net/internal/socktest/sys_cloexec.go
src/net/internal/socktest/sys_unix.go
src/net/ip_test.go
src/net/iprawsock_posix.go
src/net/iprawsock_test.go
src/net/ipsock_posix.go
src/net/listen_test.go
src/net/lookup_fake.go
src/net/lookup_test.go
src/net/lookup_unix.go
src/net/main_cloexec_test.go
src/net/main_conf_test.go
src/net/main_noconf_test.go
src/net/main_posix_test.go
src/net/main_test.go
src/net/main_unix_test.go
src/net/mockserver_test.go
src/net/net_fake.go
src/net/net_test.go
src/net/netgo_unix_test.go
src/net/nss.go
src/net/nss_test.go
src/net/packetconn_test.go
src/net/port_unix.go
src/net/protoconn_test.go
src/net/rawconn_stub_test.go
src/net/rawconn_test.go
src/net/rawconn_unix_test.go
src/net/sendfile_stub.go
src/net/sendfile_test.go
src/net/sendfile_unix_alt.go
src/net/server_test.go
src/net/sock_bsd.go
src/net/sock_cloexec.go
src/net/sock_posix.go
src/net/sock_stub.go
src/net/sockaddr_posix.go
src/net/sockopt_bsd.go
src/net/sockopt_posix.go
src/net/sockopt_stub.go
src/net/sockoptip_bsdvar.go
src/net/sockoptip_posix.go
src/net/sockoptip_stub.go
src/net/splice_stub.go
src/net/splice_test.go
src/net/sys_cloexec.go
src/net/tcpsock_posix.go
src/net/tcpsock_test.go
src/net/tcpsock_unix_test.go
src/net/tcpsockopt_posix.go
src/net/tcpsockopt_stub.go
src/net/tcpsockopt_unix.go
src/net/timeout_test.go
src/net/udpsock_posix.go
src/net/udpsock_test.go
src/net/unixsock_posix.go
src/net/unixsock_readmsg_cloexec.go
src/net/unixsock_readmsg_cmsg_cloexec.go
src/net/unixsock_readmsg_other.go
src/net/unixsock_readmsg_test.go
src/net/unixsock_test.go
src/net/unixsock_windows_test.go
src/net/write_unix_test.go
src/net/writev_test.go
src/net/writev_unix.go
src/os/dir_unix.go
src/os/endian_big.go
src/os/endian_little.go
src/os/env_unix_test.go
src/os/error_errno.go
src/os/error_posix.go
src/os/error_unix_test.go
src/os/error_windows_test.go
src/os/exec/exec_linux_test.go
src/os/exec/exec_posix_test.go
src/os/exec/exec_unix.go
src/os/exec/exec_windows_test.go
src/os/exec/lp_js.go
src/os/exec/lp_unix.go
src/os/exec/lp_unix_test.go
src/os/exec/read3.go
src/os/exec_posix.go
src/os/exec_unix.go
src/os/exec_unix_test.go
src/os/executable_path.go
src/os/executable_plan9.go
src/os/executable_procfs.go
src/os/executable_sysctl.go
src/os/export_unix_test.go
src/os/fifo_test.go
src/os/file_posix.go
src/os/file_unix.go
src/os/os_unix_test.go
src/os/path_unix.go
src/os/pipe2_bsd.go
src/os/pipe2_illumos.go
src/os/pipe_bsd.go
src/os/pipe_test.go
src/os/rawconn.go
src/os/rawconn_test.go
src/os/readfrom_stub.go
src/os/removeall_at.go
src/os/removeall_noat.go
src/os/signal/example_unix_test.go
src/os/signal/internal/pty/pty.go
src/os/signal/signal_cgo_test.go
src/os/signal/signal_linux_test.go
src/os/signal/signal_test.go
src/os/signal/signal_unix.go
src/os/stat_js.go
src/os/stat_unix.go
src/os/sticky_bsd.go
src/os/sticky_notbsd.go
src/os/sys_bsd.go
src/os/sys_js.go
src/os/sys_unix.go
src/os/timeout_test.go
src/os/types_unix.go
src/os/user/cgo_listgroups_unix.go
src/os/user/cgo_lookup_unix.go
src/os/user/cgo_unix_test.go
src/os/user/getgrouplist_darwin.go
src/os/user/getgrouplist_unix.go
src/os/user/listgroups_stub.go
src/os/user/lookup_android.go
src/os/user/lookup_stubs.go
src/os/user/lookup_unix.go
src/os/user/lookup_unix_test.go
src/os/wait_unimp.go
src/os/wait_wait6.go
src/os/wait_waitid.go
src/path/filepath/example_unix_test.go
src/path/filepath/example_unix_walk_test.go
src/path/filepath/path_unix.go
src/path/filepath/symlink_unix.go
src/plugin/plugin_dlopen.go
src/plugin/plugin_stubs.go
src/plugin/plugin_test.go
src/reflect/abi_test.go
src/reflect/float32reg_generic.go
src/reflect/stubs_ppc64x.go
src/regexp/exec2_test.go
src/runtime/abi_test.go
src/runtime/asan.go
src/runtime/asan0.go
src/runtime/auxv_none.go
src/runtime/cgo/callbacks_traceback.go
src/runtime/cgo/dragonfly.go
src/runtime/cgo/freebsd.go
src/runtime/cgo/linux.go
src/runtime/cgo/mmap.go
src/runtime/cgo/netbsd.go
src/runtime/cgo/openbsd.go
src/runtime/cgo/setenv.go
src/runtime/cgo/sigaction.go
src/runtime/cgo_mmap.go
src/runtime/cgo_ppc64x.go
src/runtime/cgo_sigaction.go
src/runtime/cputicks.go
src/runtime/crash_cgo_test.go
src/runtime/crash_nonunix_test.go
src/runtime/crash_unix_test.go
src/runtime/debug/panic_test.go
src/runtime/debug_test.go
src/runtime/debugcall.go
src/runtime/debuglog_off.go
src/runtime/debuglog_on.go
src/runtime/defs1_linux.go
src/runtime/defs2_linux.go
src/runtime/defs3_linux.go
src/runtime/defs_aix.go
src/runtime/defs_aix_ppc64.go
src/runtime/defs_arm_linux.go
src/runtime/defs_darwin.go
src/runtime/defs_dragonfly.go
src/runtime/defs_freebsd.go
src/runtime/defs_linux.go
src/runtime/defs_linux_mips64x.go
src/runtime/defs_linux_mipsx.go
src/runtime/defs_netbsd.go
src/runtime/defs_netbsd_386.go
src/runtime/defs_netbsd_amd64.go
src/runtime/defs_netbsd_arm.go
src/runtime/defs_openbsd.go
src/runtime/defs_solaris.go
src/runtime/defs_solaris_amd64.go
src/runtime/env_posix.go
src/runtime/export_debug_regabiargs_off_test.go
src/runtime/export_debug_regabiargs_on_test.go
src/runtime/export_debug_test.go
src/runtime/export_futex_test.go
src/runtime/export_mmap_test.go
src/runtime/export_pipe2_test.go
src/runtime/export_pipe_test.go
src/runtime/export_unix_test.go
src/runtime/futex_test.go
src/runtime/hash32.go
src/runtime/hash64.go
src/runtime/internal/atomic/atomic_386.go
src/runtime/internal/atomic/atomic_arm.go
src/runtime/internal/atomic/atomic_arm64.go
src/runtime/internal/atomic/atomic_mips64x.go
src/runtime/internal/atomic/atomic_mipsx.go
src/runtime/internal/atomic/atomic_ppc64x.go
src/runtime/internal/atomic/stubs.go
src/runtime/internal/atomic/types_64bit.go
src/runtime/internal/sys/intrinsics.go
src/runtime/internal/sys/intrinsics_stubs.go
src/runtime/lfstack_32bit.go
src/runtime/lfstack_64bit.go
src/runtime/libfuzzer.go
src/runtime/lock_futex.go
src/runtime/lock_js.go
src/runtime/lock_sema.go
src/runtime/lockrank_off.go
src/runtime/lockrank_on.go
src/runtime/mem_bsd.go
src/runtime/mem_js.go
src/runtime/mkduff.go
src/runtime/mkfastlog2table.go
src/runtime/mkpreempt.go
src/runtime/mksizeclasses.go
src/runtime/mmap.go
src/runtime/mpagealloc_32bit.go
src/runtime/mpagealloc_64bit.go
src/runtime/msan.go
src/runtime/msan0.go
src/runtime/nbpipe_fcntl_libc_test.go
src/runtime/nbpipe_fcntl_unix_test.go
src/runtime/nbpipe_pipe.go
src/runtime/nbpipe_pipe2.go
src/runtime/nbpipe_test.go
src/runtime/netpoll.go
src/runtime/netpoll_epoll.go
src/runtime/netpoll_fake.go
src/runtime/netpoll_kqueue.go
src/runtime/netpoll_stub.go
src/runtime/norace_linux_test.go
src/runtime/norace_test.go
src/runtime/os_aix.go
src/runtime/os_freebsd2.go
src/runtime/os_freebsd_noauxv.go
src/runtime/os_js.go
src/runtime/os_linux_arm64.go
src/runtime/os_linux_be64.go
src/runtime/os_linux_generic.go
src/runtime/os_linux_mips64x.go
src/runtime/os_linux_mipsx.go
src/runtime/os_linux_noauxv.go
src/runtime/os_linux_novdso.go
src/runtime/os_linux_ppc64x.go
src/runtime/os_linux_x86.go
src/runtime/os_nonopenbsd.go
src/runtime/os_only_solaris.go
src/runtime/os_openbsd_libc.go
src/runtime/os_openbsd_syscall.go
src/runtime/os_openbsd_syscall1.go
src/runtime/os_openbsd_syscall2.go
src/runtime/panic32.go
src/runtime/pprof/mprof_test.go
src/runtime/pprof/pprof_norusage.go
src/runtime/pprof/pprof_rusage.go
src/runtime/pprof/pprof_test.go
src/runtime/pprof/rusage_test.go
src/runtime/preempt_nonwindows.go
src/runtime/race.go
src/runtime/race/output_test.go
src/runtime/race/race.go
src/runtime/race/race_linux_test.go
src/runtime/race/race_test.go
src/runtime/race/race_unix_test.go
src/runtime/race/race_windows_test.go
src/runtime/race/sched_test.go
src/runtime/race/syso_test.go
src/runtime/race/timer_test.go
src/runtime/race0.go
src/runtime/relax_stub.go
src/runtime/runtime_mmap_test.go
src/runtime/runtime_unix_test.go
src/runtime/semasleep_test.go
src/runtime/sigaction.go
src/runtime/signal_386.go
src/runtime/signal_aix_ppc64.go
src/runtime/signal_amd64.go
src/runtime/signal_arm.go
src/runtime/signal_arm64.go
src/runtime/signal_linux_mips64x.go
src/runtime/signal_linux_mipsx.go
src/runtime/signal_linux_ppc64x.go
src/runtime/signal_mips64x.go
src/runtime/signal_mipsx.go
src/runtime/signal_ppc64x.go
src/runtime/signal_riscv64.go
src/runtime/signal_unix.go
src/runtime/signal_windows_test.go
src/runtime/sigqueue.go
src/runtime/sigqueue_note.go
src/runtime/sigtab_linux_generic.go
src/runtime/sigtab_linux_mipsx.go
src/runtime/stubs2.go
src/runtime/stubs3.go
src/runtime/stubs_linux.go
src/runtime/stubs_mips64x.go
src/runtime/stubs_mipsx.go
src/runtime/stubs_nonlinux.go
src/runtime/stubs_ppc64.go
src/runtime/stubs_ppc64x.go
src/runtime/sys_libc.go
src/runtime/sys_mips64x.go
src/runtime/sys_mipsx.go
src/runtime/sys_nonppc64x.go
src/runtime/sys_openbsd.go
src/runtime/sys_openbsd1.go
src/runtime/sys_openbsd2.go
src/runtime/sys_openbsd3.go
src/runtime/sys_ppc64x.go
src/runtime/sys_x86.go
src/runtime/time_fake.go
src/runtime/time_nofake.go
src/runtime/timeasm.go
src/runtime/timestub.go
src/runtime/timestub2.go
src/runtime/tls_stub.go
src/runtime/vdso_elf32.go
src/runtime/vdso_elf64.go
src/runtime/vdso_freebsd.go
src/runtime/vdso_freebsd_x86.go
src/runtime/vdso_in_none.go
src/runtime/vdso_linux.go
src/runtime/vdso_linux_mips64x.go
src/runtime/vdso_linux_ppc64x.go
src/runtime/vlrt.go
src/runtime/wincallback.go
src/runtime/write_err.go
src/sync/pool_test.go
src/sync/runtime2.go
src/sync/runtime2_lockrank.go
src/syscall/bpf_bsd.go
src/syscall/creds_test.go
src/syscall/dirent.go
src/syscall/dirent_test.go
src/syscall/endian_big.go
src/syscall/endian_little.go
src/syscall/env_unix.go
src/syscall/exec_aix_test.go
src/syscall/exec_bsd.go
src/syscall/exec_libc.go
src/syscall/exec_libc2.go
src/syscall/exec_linux.go
src/syscall/exec_linux_test.go
src/syscall/exec_pdeathsig_test.go
src/syscall/exec_solaris_test.go
src/syscall/exec_unix.go
src/syscall/exec_unix_test.go
src/syscall/export_unix_test.go
src/syscall/flock.go
src/syscall/flock_linux_32bit.go
src/syscall/forkpipe.go
src/syscall/forkpipe2.go
src/syscall/fs_js.go
src/syscall/getdirentries_test.go
src/syscall/mkasm.go
src/syscall/mkpost.go
src/syscall/mksyscall_windows.go
src/syscall/mmap_unix_test.go
src/syscall/msan.go
src/syscall/msan0.go
src/syscall/net_js.go
src/syscall/ptrace_darwin.go
src/syscall/ptrace_ios.go
src/syscall/route_bsd.go
src/syscall/route_freebsd_32bit.go
src/syscall/route_freebsd_64bit.go
src/syscall/setuidgid_32_linux.go
src/syscall/setuidgid_linux.go
src/syscall/sockcmsg_unix.go
src/syscall/sockcmsg_unix_other.go
src/syscall/syscall_bsd.go
src/syscall/syscall_bsd_test.go
src/syscall/syscall_freebsd_test.go
src/syscall/syscall_illumos.go
src/syscall/syscall_js.go
src/syscall/syscall_linux_mips64x.go
src/syscall/syscall_linux_mipsx.go
src/syscall/syscall_linux_ppc64x.go
src/syscall/syscall_openbsd1.go
src/syscall/syscall_openbsd_libc.go
src/syscall/syscall_ptrace_test.go
src/syscall/syscall_unix.go
src/syscall/syscall_unix_test.go
src/syscall/tables_js.go
src/syscall/time_fake.go
src/syscall/time_nofake.go
src/syscall/timestruct.go
src/syscall/types_aix.go
src/syscall/types_darwin.go
src/syscall/types_dragonfly.go
src/syscall/types_freebsd.go
src/syscall/types_illumos_amd64.go
src/syscall/types_linux.go
src/syscall/types_netbsd.go
src/syscall/types_openbsd.go
src/syscall/types_solaris.go
src/syscall/zerrors_darwin_amd64.go
src/syscall/zerrors_darwin_arm64.go
src/syscall/zerrors_dragonfly_amd64.go
src/syscall/zerrors_freebsd_386.go
src/syscall/zerrors_freebsd_amd64.go
src/syscall/zerrors_freebsd_arm.go
src/syscall/zerrors_freebsd_arm64.go
src/syscall/zerrors_linux_386.go
src/syscall/zerrors_linux_amd64.go
src/syscall/zerrors_linux_arm.go
src/syscall/zerrors_linux_arm64.go
src/syscall/zerrors_linux_ppc64.go
src/syscall/zerrors_linux_ppc64le.go
src/syscall/zerrors_netbsd_386.go
src/syscall/zerrors_netbsd_amd64.go
src/syscall/zerrors_netbsd_arm.go
src/syscall/zerrors_netbsd_arm64.go
src/syscall/zerrors_openbsd_386.go
src/syscall/zerrors_openbsd_amd64.go
src/syscall/zerrors_openbsd_arm.go
src/syscall/zerrors_solaris_amd64.go
src/syscall/zsyscall_aix_ppc64.go
src/syscall/zsyscall_darwin_amd64.go
src/syscall/zsyscall_darwin_arm64.go
src/syscall/zsyscall_dragonfly_amd64.go
src/syscall/zsyscall_freebsd_386.go
src/syscall/zsyscall_freebsd_amd64.go
src/syscall/zsyscall_freebsd_arm.go
src/syscall/zsyscall_freebsd_arm64.go
src/syscall/zsyscall_linux_386.go
src/syscall/zsyscall_linux_amd64.go
src/syscall/zsyscall_linux_arm.go
src/syscall/zsyscall_linux_arm64.go
src/syscall/zsyscall_linux_mips.go
src/syscall/zsyscall_linux_mips64.go
src/syscall/zsyscall_linux_mips64le.go
src/syscall/zsyscall_linux_mipsle.go
src/syscall/zsyscall_linux_ppc64.go
src/syscall/zsyscall_linux_ppc64le.go
src/syscall/zsyscall_linux_riscv64.go
src/syscall/zsyscall_linux_s390x.go
src/syscall/zsyscall_netbsd_386.go
src/syscall/zsyscall_netbsd_amd64.go
src/syscall/zsyscall_netbsd_arm.go
src/syscall/zsyscall_netbsd_arm64.go
src/syscall/zsyscall_openbsd_386.go
src/syscall/zsyscall_openbsd_amd64.go
src/syscall/zsyscall_openbsd_arm.go
src/syscall/zsyscall_openbsd_arm64.go
src/syscall/zsyscall_openbsd_mips64.go
src/syscall/zsyscall_plan9_386.go
src/syscall/zsyscall_plan9_amd64.go
src/syscall/zsyscall_plan9_arm.go
src/syscall/zsyscall_solaris_amd64.go
src/syscall/zsysnum_darwin_amd64.go
src/syscall/zsysnum_darwin_arm64.go
src/syscall/zsysnum_dragonfly_amd64.go
src/syscall/zsysnum_freebsd_386.go
src/syscall/zsysnum_freebsd_amd64.go
src/syscall/zsysnum_freebsd_arm.go
src/syscall/zsysnum_freebsd_arm64.go
src/syscall/zsysnum_linux_386.go
src/syscall/zsysnum_linux_amd64.go
src/syscall/zsysnum_linux_arm.go
src/syscall/zsysnum_linux_arm64.go
src/syscall/zsysnum_linux_ppc64.go
src/syscall/zsysnum_linux_ppc64le.go
src/syscall/zsysnum_netbsd_386.go
src/syscall/zsysnum_netbsd_amd64.go
src/syscall/zsysnum_netbsd_arm.go
src/syscall/zsysnum_netbsd_arm64.go
src/syscall/zsysnum_openbsd_386.go
src/syscall/zsysnum_openbsd_amd64.go
src/syscall/zsysnum_openbsd_arm.go
src/syscall/zsysnum_solaris_amd64.go
src/syscall/ztypes_darwin_amd64.go
src/syscall/ztypes_darwin_arm64.go
src/syscall/ztypes_dragonfly_amd64.go
src/syscall/ztypes_freebsd_386.go
src/syscall/ztypes_freebsd_amd64.go
src/syscall/ztypes_freebsd_arm.go
src/syscall/ztypes_freebsd_arm64.go
src/syscall/ztypes_linux_386.go
src/syscall/ztypes_linux_amd64.go
src/syscall/ztypes_linux_arm.go
src/syscall/ztypes_linux_arm64.go
src/syscall/ztypes_linux_ppc64.go
src/syscall/ztypes_linux_ppc64le.go
src/syscall/ztypes_netbsd_386.go
src/syscall/ztypes_netbsd_amd64.go
src/syscall/ztypes_netbsd_arm.go
src/syscall/ztypes_netbsd_arm64.go
src/syscall/ztypes_openbsd_386.go
src/syscall/ztypes_openbsd_amd64.go
src/syscall/ztypes_solaris_amd64.go
src/testing/run_example.go
src/testing/run_example_js.go
src/time/embed.go
src/time/genzabbrs.go
src/time/sys_plan9.go
src/time/sys_unix.go
src/time/tzdata/generate_zipdata.go
src/time/zoneinfo_ios.go
src/time/zoneinfo_js.go
src/time/zoneinfo_unix.go
src/time/zoneinfo_unix_test.go

index 4fdf2a04b3df40d6f1d59c119faa9acb5029f317..c4c2480feeb0c4db635a9b48d56bf2ef9cb910b7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || linux || dragonfly || openbsd || solaris
-// +build aix linux dragonfly openbsd solaris
 
 package tar
 
index 5a9a35cbb4e22d9df42f307843730032d7e0b392..f76d6be220f87f89c55e553e88b5e4737484001f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || freebsd || netbsd
-// +build darwin freebsd netbsd
 
 package tar
 
index 3957349d6ef0aa4461062c3203c7bd852d6328ed..717a0b3abc7246a50207378bbba81424ce155dcc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris
-// +build aix linux darwin dragonfly freebsd openbsd netbsd solaris
 
 package tar
 
index 5a47526593b093678b85e0c45c2dfbd5a42d16ed..8dac7518661711bdccae2dd26eeb4853bfe41da2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 //
 //go:build linux
-// +build linux
 
 package bytes_test
 
index 81979de191abc2f13263a467fc7e34aab31b8026..1b94a1b883f4747e6d37e17e99de6fdb5e0f7b39 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // The run program is invoked via the dist tool.
 // To invoke manually: go tool dist test -run api --no-rebuild
index a1f2727825ede1f1ead32d3e240311206a186ed5..9faa7cba42e097b094ca17d41c47dbbb5f54ba62 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build go1.1
-// +build go1.1
 
 package main
 
index 7d5ff9bbb748391dac7cc2f2be0c7fc032977bac..bab94944014afa330431c328ca22edce9d80ba31 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package main_test
 
index 5cc0b0f1011e5a1a0c2ff3a0eb256960d90deb7c..682705f9b2cb41e3a6fc81fd74536a3aa4e42104 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9 || windows
-// +build plan9 windows
 
 package base
 
index cdc2658372e429930170b5a25b6a8ee7948e0c9f..657ff38584104201de727e67d74f50ce798df8b1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || js || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js linux netbsd openbsd solaris
 
 package base
 
index a37b2ad6d184b0f89169e4e0e1d8ff5e396b8370..09354d23061ec78452c36398c6775bbfbfec7c9f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || (solaris && !illumos)
-// +build aix solaris,!illumos
 
 // This code implements the filelock API using POSIX 'fcntl' locks, which attach
 // to an (inode, process) pair rather than a file descriptor. To avoid unlocking
index 70f5d7a688a070e5381c7da252fcd153cda80fb6..491bec39af935468b0fb7541e5faeb3c1c4dcfae 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !aix && !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !plan9 && !solaris && !windows
-// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!plan9,!solaris,!windows
 
 package filelock
 
index 908afb6c8cb7687d4d34545038b831e27434c2d8..54b2c946e0d6b2272e5758ac638e0bef49aa3e8e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package filelock
 
index 640d4406f4200cd1e44c426421955678feb66f91..7bd7bd28f55ab7830fe9bb0e86327272877de5d5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9
-// +build !js,!plan9
 
 package filelock_test
 
index 878a1e770d4d42a754950bc86f21221446c20262..d7778d05de1884f88bcbdbbc13e30a26c86d43ba 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || illumos || linux || netbsd || openbsd
-// +build darwin dragonfly freebsd illumos linux netbsd openbsd
 
 package filelock
 
index dd27ce92bd8d617449952f0c792f7966d10d2b84..e2ca5383046bbe13bd3dd5bb7d3c43bcab190d22 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package filelock
 
index e4923f68764dad89a06539bbffccbe112e645996..1a677a7fe4a60d3a98866a846bbd6e39b057cbe9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9
-// +build !plan9
 
 package lockedfile
 
index 979118b10ae83d13d01064ca3eb896f5b6a38d48..35669388e0531318a8d3cdb65f2c992bccbe9e7d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package lockedfile
 
index 3acc6695a748003e6f0fc7107bc49ffcf5995162..c9907db46cecb36e043a1ff8105ac386bcec9e95 100644 (file)
@@ -4,7 +4,6 @@
 
 // js does not support inter-process file locking.
 //go:build !js
-// +build !js
 
 package lockedfile_test
 
index b753346e7da50bccbb6d904a3f59c30648093153..3c1caa334eb4df6bbaec7f1dae4228286df11067 100644 (file)
@@ -4,7 +4,6 @@
 
 // js does not support inter-process file locking.
 //go:build !js
-// +build !js
 
 package lockedfile_test
 
index ed694581a7c6af47ba12c789ece904fb15c1099c..e23669fb00c76b7bb5d6a1f20523051354f2f3f5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cmd_go_bootstrap
-// +build cmd_go_bootstrap
 
 package modfetch
 
index 0e9f38196676b108a28c77e9c2d5b591ecb0ae02..eaa01950b95ef395e57ac6f8d85036c44b6ff911 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // Interactive debugging shell for codehost.Repo implementations.
 
index 79961b432484e2c9525a4f15ded6b314da69e759..492b03bd84ac8b6e0d3758accb79e614dd567fe2 100644 (file)
@@ -5,7 +5,6 @@
 // Go checksum database lookup
 
 //go:build !cmd_go_bootstrap
-// +build !cmd_go_bootstrap
 
 package modfetch
 
index 368f893198492984b0cc1efaffe988d5f172c5d5..ff7c124af58a28c6da3ddfe48d144f935a1afdfb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (js && wasm) || plan9
-// +build js,wasm plan9
 
 // On plan9, per http://9p.io/magic/man2html/2/access: â€œSince file permissions
 // are checked by the server and group information is not known to the client,
index e079d7399026feb44091d94973cfe0eeb6da9f05..8a3653ba80b019ae0394540b2291cffe21699850 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package modload
 
index 825e60b27af89406122aa400b92df706aba508d5..f29a99165e53001faec5e8553e670a82803522dc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package modload
 
index d5c241857b476c47cfed2c9bb1c5b1f739426ee3..c56e36ca62412aae46a98f41f5a2d9ad5191fe8e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows || darwin
-// +build windows darwin
 
 package robustio
 
index 3a20cac6cf88aef9882a484439c2298489a80e2f..da9a46e4face362eb5d95872bccc2ecd4a7a5424 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !darwin
-// +build !windows,!darwin
 
 package robustio
 
index cba366062fcaa7c229631e6f12ecad847533dda5..10f290090c7cf8e92420c8f61dae4ca559d926d0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 package main
 
index 08686cdfcf9f4c11e96587a99738a09aa62b4324..ab88e9e4781f4666c9102104d4e1eccf7948c90b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cmd_go_bootstrap
-// +build cmd_go_bootstrap
 
 // This code is compiled only into the bootstrap 'go' binary.
 // These stubs avoid importing packages with large dependency
index 81f841d2c6d5bd76024403f636fe4aafaaf1b99c..a92326db01e629093235ad88d809329bcadb1ab9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !cmd_go_bootstrap
-// +build !cmd_go_bootstrap
 
 // This code is compiled into the real 'go' binary, but it is not
 // compiled into the binary that is built during all.bash, so as
index 453af402b43dd9eb9208af234701127cfa887f25..84bbd72820fcab516624f09755265dcd97f0f81d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows
-// +build !windows
 
 package web
 
index 4d6ed2ec7f8c1dd0d9ab90f83f4478057c36b46d..5c197de800dc1f31e73ca132da21218f7c8df148 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows
-// +build !windows
 
 package web
 
index 8b77871b23f26922b4612c9017522710f1511af5..a09b65a23c35cd3bc928200faec75f5fa8de334c 100644 (file)
@@ -5,7 +5,6 @@
 // This file contains extra hooks for testing the go command.
 
 //go:build testgo
-// +build testgo
 
 package work
 
index e1cc6cf8ba755fffd719f14a2e0455b2ae7874e5..35c12858c1d5e1d36772a0285313c410b7643058 100644 (file)
@@ -3,15 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !(aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris)
-// +build !aix
-// +build !darwin
-// +build !dragonfly
-// +build !freebsd
-// +build !js !wasm
-// +build !linux
-// +build !netbsd
-// +build !openbsd
-// +build !solaris
 
 package main_test
 
index ac35b240f0ad9727845fed622a5112f704b95909..5939f0d40d996777493cc6f64263ed340d71029e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package main_test
 
index 1544be041a8174eee4b2849d354ecd0274f8cb76..0c826738ec9baede10fca9dc8876826946db11cb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo
-// +build cgo
 
 package main
 
index f46e934e0f3cf81d687799fd6d41bf621ef4d7f7..7ad712cd60b2cad80f4d0c65a794584e6c8f49f2 100644 (file)
@@ -6,9 +6,6 @@
 // that provides the readline functionality if possible.
 
 //go:build (darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows) && !appengine && !android
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows
-// +build !appengine
-// +build !android
 
 package main
 
index acd5693c7d5fea053190a80e9b7f174b21d60463..9f1c8e3b3b0e8e38c0ce93c53c732b81b7d1c1c2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package main
 
index 2b1a68d7f3d796ec7e454db3694caf1616783744..87fd3a3515c8f018906959644daf2dd9ef5c8054 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package main
 
index 8dc56a8c7be96c3fc93341b09c25eafd13ab875d..f35061ec63030506be56d1de0afe9b0df3d91611 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package main
 
index 1de0e457a266e02bd8fff70a84c73b6f606d1478..98fb6d8e9bf3249eec28284c7dc0c9042fc83b05 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64
-// +build amd64 arm64
 
 package aes
 
index 4251805ef9b5a0f67880fdc34abca0091d3fcc06..c948f1a579ef2fd2390c15230a9970e107e73cf5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64
-// +build amd64 arm64
 
 package aes
 
index 22ce3be7f3c0a88ee916141539099a887a2e7615..bff21ae54b59c01c2c06b65e624b6f5ab43c6f04 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !s390x && !ppc64le && !arm64
-// +build !amd64,!s390x,!ppc64le,!arm64
 
 package aes
 
index 01b4e0875738d0f5140bdbf9dfa99c8babf34772..cba6c8873fecf4dfb59fb96b3d3f7950924d3622 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64le
-// +build ppc64le
 
 package aes
 
index 03208402d79bd459b3552dacbeec21c980f6163d..43517a8e20329be56b5b5195598844e735201bed 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !ppc64 && !ppc64le && !arm64
-// +build !amd64,!ppc64,!ppc64le,!arm64
 
 package cipher
 
index f520208a379011889a7078113398eb6077cdd71c..f81eec531d8983793e103cdfd1dfd0c07290b61c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
 
 package cipher
 
index 68670a4f93fc61463d27ea405c11b3eabd561172..7fbca10b56f26166de48db64f4d3f9737b38a64c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !s390x
-// +build !s390x
 
 package ecdsa
 
index f5633fb8a62dec57d7e48f96774dadc92577948f..fd1dc7c0605a5d94cf0aff5e632cc82f95c35f4f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build s390x
-// +build s390x
 
 package ecdsa
 
index 8fe583939f15a5d0079ed309fa6866b3764aed0d..363020bd6b8fc86888933d9fc24e835bb97c3a58 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by command: go run fe_amd64_asm.go -out ../fe_amd64.s -stubs ../fe_amd64.go -pkg field. DO NOT EDIT.
 
 //go:build amd64 && gc && !purego
-// +build amd64,gc,!purego
 
 package field
 
index ddb6c9b8f7f2453bfedcf56d7533048b38255d1a..9da280d1d887d01790b1a4c936a77b9eaefa20e7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 || !gc || purego
-// +build !amd64 !gc purego
 
 package field
 
index af459ef51549e743f65998ef295447dc0feac8ff..075fe9b925742e031a45f7f398fbe3ffea18d3e0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64 && gc && !purego
-// +build arm64,gc,!purego
 
 package field
 
index 234a5b2e5d18abb386567fe10e05517930cc4815..fc029ac12dae057c74925b3e5336c0367b73f831 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !arm64 || !gc || purego
-// +build !arm64 !gc purego
 
 package field
 
index 5fe3025cf82feb893ef16a3b168e81394560f1e3..f15b302d8cdbb810f3b82d1e19e0f8c33937c60e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build tablegen
-// +build tablegen
 
 package elliptic
 
index 8ff3bf3cc245056169cc4c74d74de4db0d390217..2b5ddae1d9e96ee61293b245fae397976f31d08f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64 || ppc64le
-// +build amd64 arm64 ppc64le
 
 package elliptic
 
index cdcddcb7361d58431ad4b071fd2455df4962f065..54aafa2c3862439d677d68a4db32d4852e8ebbf1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 package main
 
index b2b12c8f138bfeace215e47cc36cc2f3a5b33df6..7747de7a50bb3855800576f391f8b9c3678a81f4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !arm64
-// +build !amd64,!arm64
 
 package elliptic
 
index d46b8091253d8621ee4018f1811313d191587119..ff0c1596aa0cd59c5cabf0dd01589e528d162077 100644 (file)
@@ -11,7 +11,6 @@
 // https://eprint.iacr.org/2013/816.pdf
 
 //go:build amd64 || arm64
-// +build amd64 arm64
 
 package elliptic
 
index 7f81cb6b3fbfde40458d98596e808e12f0a202d1..ad2c6c2c51f3d8ef60d30285419dec615b22fd70 100644 (file)
@@ -5,7 +5,6 @@
 // Generated by gen_p256_table.go. DO NOT EDIT.
 
 //go:build amd64 || arm64
-// +build amd64 arm64
 
 package elliptic
 
index d704dae29920ce042100dd32fd5ec74bdc35fe56..6abd8cb11bc5ab21c9dea568729de1a2daf76758 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64
-// +build amd64 arm64
 
 package elliptic
 
index 25762a8f768b3b4825c0e59de47ffac0b68e9da8..7f8fab5398ecf825489cc5aa2ec09c966a50f4b2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !s390x && !arm64 && !ppc64le
-// +build !amd64,!s390x,!arm64,!ppc64le
 
 package elliptic
 
index 40d9ed9d40fdc3fa99a5ce0845365d1efb8c97aa..e9a6a067a2258a23e90e8071ba183b699e7fab76 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64le
-// +build ppc64le
 
 package elliptic
 
index 91e613b6310e1d76857700adbe14b502bd9ac919..735e9f57f1294019606a4756f02c128318f96694 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build s390x
-// +build s390x
 
 package elliptic
 
index 86e0f3cfe70b70d70d300c405536af4b79ee357d..16e2fcab124814cc809f8fb4afdfa8c1ac07ee99 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !appengine
-// +build !appengine
 
 // Package subtle implements functions that are often useful in cryptographic
 // code but require careful thought to use correctly.
index 35b442f7a2321e77fea5e0bfaf7bf8b22f804b91..90ac4b61cc2ebd67b8ef56e772445086a177bec4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build appengine
-// +build appengine
 
 // Package subtle implements functions that are often useful in cryptographic
 // code but require careful thought to use correctly.
index 29729fad015e3de3ae0dec6e2010c1f7d02c17aa..cd2700a5cfeb8b07eb2c4f33421d1a4d84c8a9f5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // This program generates md5block.go
 // Invoke as
index bc2d58c06940b3b5401512b5e2539c32eb072426..6716a0c9db7db68c798a333b1963f6a66d757c75 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || 386 || arm || ppc64le || ppc64 || s390x || arm64
-// +build amd64 386 arm ppc64le ppc64 s390x arm64
 
 package md5
 
index 23ed75304f96eb38efc9c2b87391705faff2dea7..c929c2b84aca519cece6c9508c792b52ee60030c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !386 && !arm && !ppc64le && !ppc64 && !s390x && !arm64
-// +build !amd64,!386,!arm,!ppc64le,!ppc64,!s390x,!arm64
 
 package md5
 
index 85d4d9d47f9db4bc0025c183d51fc3db2efe6e34..f018e759312c3ad2741435984ca55be7a232b91b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package rand
 
index d7c5bf3562d54747f0ab5db368f90a219dae964c..3e8e62038292040a38b4826eb3e8cc4448515f61 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux || freebsd || dragonfly || solaris
-// +build linux freebsd dragonfly solaris
 
 package rand
 
index 2d20922c8253098f59eac79fe913c28ff9631cf1..28e45aa689ec185976c02a4b69caf54983a7fc28 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux || freebsd || dragonfly || solaris
-// +build linux freebsd dragonfly solaris
 
 package rand
 
index dd725372ad918a85d533b3dc30e213d49616bcd7..2bf2f520324438acf005b0364c85eaec01baa6f4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (darwin && !ios) || openbsd
-// +build darwin,!ios openbsd
 
 package rand
 
index 7ddc2b6169cbe6d7f2587947ad150b68c6cc1739..91e69fae5d63fa778db48430429dc72d9be73268 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package rand
 
index 81277eb6a5dea924896a1fa5f87aab0315f360a2..40347874c53412b4ce6491b0be7df80940c2a4ea 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || plan9 || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd plan9 solaris
 
 // Unix cryptographically secure pseudorandom number
 // generator.
index 4bb8b3324f293b7f27493ccfded6305e4938d2bc..45d1f57d39cfd352d678c07e69e3dfb9658d2f6f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build s390x
-// +build s390x
 
 package sha1
 
index 436f78c74534d40f4fef63a31bebb354baad4edf..df4e28f64eee9e149bb1df5fa9faa224a08986d6 100644 (file)
@@ -1,6 +1,4 @@
 //go:build amd64 && (linux || darwin)
-// +build amd64
-// +build linux darwin
 
 // Copyright 2016 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 93054efa7c1827e1c117fe22a37f18bd6a03dafc..518a4b6b67871d32872a5c66acf100c2eac48811 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm || 386 || s390x
-// +build arm 386 s390x
 
 package sha1
 
index 105aa31832238ac912ace2387ae5fc69c02983cd..ba35155d0b92ef4d4c801f8dea8d70d5ec36775d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !386 && !arm && !s390x && !arm64
-// +build !amd64,!386,!arm,!s390x,!arm64
 
 package sha1
 
index 7ce88cbb2a8b2f525e6e0123c035b1dda8d3d19e..3f561aadd65ee62154795788d5aed97d165372ac 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build s390x
-// +build s390x
 
 package sha256
 
index a6bb396f1339c2e2601f5d29629669d32c88bfa5..c9c11944876d49d4c2e4efdee5982d555586729d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || amd64 || s390x || ppc64le
-// +build 386 amd64 s390x ppc64le
 
 package sha256
 
index 0f2bf8b2315fad7aa5fff4208a1f89f2a84edd49..a8878c2eeea21fe34f4ebc84de8e9ad4066582b0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !386 && !s390x && !ppc64le && !arm64
-// +build !amd64,!386,!s390x,!ppc64le,!arm64
 
 package sha256
 
index faf732670adf220ed938c22e758428ea27be5071..db5b13c38c4f080cd179dac7bb9bd183e47f9965 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build s390x
-// +build s390x
 
 package sha512
 
index e2386f29ab6fe2d90f3a3f246d18b0200163ec97..8da3e1473f6c45289a690dd6af8783c85d63beab 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64
-// +build amd64
 
 package sha512
 
index 6c22f44801beb9cf014ad40ce4492cfa054a07d0..c6dcdf5db624461bf7af68dcf7478c25c39e89f0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build s390x || ppc64le
-// +build s390x ppc64le
 
 package sha512
 
index 865a7356f1ef75adb185458c83dffa1feb96d68e..62ea237867bce0ce270981405eae9a433955bf68 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !s390x && !ppc64le
-// +build !amd64,!s390x,!ppc64le
 
 package sha512
 
index 7ea90f8a7b51c32f0d7e595a94d96db724872233..58fdd025db7dcf190081b011bacc0f9f69220bda 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // Generate a self-signed X.509 certificate for a TLS server. Outputs to
 // 'cert.pem' and 'key.pem' and will overwrite existing files.
index 19fc6986769f62fdb5eb29ca1c84694b51e8013b..b61e7c24efb2049429a3051dbfc7e7c8d9e924d9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package tls
 
index fcfbc1e561573d9ae59a7a4feb0704de5e06d975..a91131ac984ad3e8d0b3035c62bf39391e52c754 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin && !ios
-// +build darwin,!ios
 
 // Package macOS provides cgo-less wrappers for Core Foundation and
 // Security.framework, similarly to how package syscall provides access to
index 0f6fa42b7bf61baad76663f566719297bc953d6c..a560248e8b760d1f5b16cbaf3fa2cc2fcae7762c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin && !ios
-// +build darwin,!ios
 
 package macOS
 
index 6712ea32a68414681c5cd0658dc12f930107327f..8ac205faa95d9a44398b8e634bb5d31b4d29b62a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || netbsd || openbsd
-// +build dragonfly freebsd netbsd openbsd
 
 package x509
 
index 05593bb1055b50d06df34ec12455385621f3b856..164ad9dc77ab255020e640a1d375213d4460931e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !ios
-// +build !ios
 
 package x509
 
index 9bc62f8abb6802747da47494632341f5c37a7d73..c5e3fc0b729a15aa9e0db54d86893401ff9038f0 100644 (file)
@@ -2,7 +2,6 @@
 // Update the version in root.go and regenerate with "go generate".
 
 //go:build ios && !x509omitbundledroots
-// +build ios,!x509omitbundledroots
 
 package x509
 
index 3c98de5bb621a7eee54534eb7f13008a40ad9707..15eb1592ca6759b099cad9ee2ad1b87e64bd740c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // Generates root_ios.go.
 //
index f2c2c0af3803851cca5811c627cff5f1979366d8..95930385177847fd914ded89619715d2954afdc5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package x509
 
index 81f2f112d07da5e2933a008d5518e76d774135d8..299d74835efc238541c5526e01bc1ed292b808ff 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ((darwin && arm64) || (darwin && amd64 && ios)) && x509omitbundledroots
-// +build darwin,arm64 darwin,amd64,ios
-// +build x509omitbundledroots
 
 // This file provides the loadSystemRoots func when the
 // "x509omitbundledroots" build tag has disabled bundling a copy,
index 158bd7f91aebedc7195d4cbbd96f6fd6446ca612..1709e2ea8b5d80170f575456df5fb0ff48449125 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ((darwin && arm64) || (darwin && amd64 && ios)) && x509omitbundledroots
-// +build darwin,arm64 darwin,amd64,ios
-// +build x509omitbundledroots
 
 package x509
 
index 2bdb2fe7136aced8f87c1a344ffe77bd9c737050..3bd06fe50d85bf2f2e6eba64d126759b718de102 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package x509
 
index dede825eddf4967fee4e2cbf9be06593c69f3d02..aa54f891ca003a6c9dcaedc50a95a8c28569fa85 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package x509
 
index 7118f12d744cdf5e4a8515d47496652eb3297f6a..7197a0de3b185c26e597b894ee2fc56b426daea1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build dragonfly freebsd linux netbsd openbsd solaris
 
 package x509
 
index ef3ee807bf0c5d037d7ce8beea4a7d8be9f39acb..2474e3d810edfd4a591c48226cf4b0bad2f6a3ea 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // This file is run by the x509 tests to ensure that a program with minimal
 // imports can sign certificates without errors resulting from missing hash
index a03fa83d8ce3a7a7c2075369e95c0ea6e577b71d..5f5cdfcbf8187e4fe7d17c95bf772975b58e05ab 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build gofuzz
-// +build gofuzz
 
 package csv
 
index 5965fea921f9d30bd098e3d414f48b79a07c91eb..5ceb2bfac7b4b1a3d2aea3f3280d12e22513de48 100644 (file)
@@ -4,7 +4,6 @@
 
 // Delete the next line to include in the gob package.
 //go:build ignore
-// +build ignore
 
 package gob
 
index 994be877d935b60be097398cf5d9538509cfffc2..e40816eb869ba92af55dac5da521bc5579f98a39 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // encgen writes the helper functions for encoding. Intended to be
 // used with go generate; see the invocation in encode.go.
index 8c0bbc4ff2e50bbc1f5a891f433b8ada36022f26..f4b1bebfba1dcc0a5506b95f2b449a92f377a09d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 package main
 
index b562da177dbb34d0b4faf149ced9c1464706946c..e5f68786a0607f66fdaf8ab875ab71546eb7e826 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // encgen writes the helper functions for encoding. Intended to be
 // used with go generate; see the invocation in encode.go.
index d3fa2d111384152b18e9b804bea4bf429c1548ed..f00898a798d31793302e96641eb13a385e9a40f6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build gofuzz
-// +build gofuzz
 
 package json
 
index e16e186e0df9662ee420c51d2ad41eaced1f6a31..434991f66ef80163b2a467a59939ab2f9dbed88a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build gc
-// +build gc
 
 package build
 
index c8ec7041fb3653cd71ce0799925851303fd50868..f806729f7e0e283f3e75ca89e251ab03f29a28ab 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build gccgo
-// +build gccgo
 
 package build
 
index df54b4bd61fb469ba83d9cc42328cdd8e1110667..320895e43a4c576797a2ac53f7b1ca7be69cf170 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
        The headscan command extracts comment headings from package files;
index 32a25a41176159264c28ab7943aceb200b56712f..270256748645a9d7d6380df4d17cbb2d45f08dc0 100644 (file)
@@ -6,7 +6,6 @@
 // access to compiled packages for import.
 //
 //go:build !arm && !arm64
-// +build !arm,!arm64
 
 package types_test
 
index ca1d42c14d5aec3d543529ace321d4f9fd54ca17..1126b73810cf3b4afd1bcbfb92ed5b161803a587 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // Build this command explicitly: go build gotype.go
 
index 936e5bf3e0c8dea18d52dda4505a32002edf3d17..762515257da3849a1da490399a711127fefa1495 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !s390x && !ppc64le && !arm64
-// +build !amd64,!s390x,!ppc64le,!arm64
 
 package crc32
 
index c98454c6850cf84290ee92233c5f911b525b2d61..2f15a60b50e3bed04f131ac7d48ed1201d63ffcb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // Generate the constant table associated with the poly used by the
 // vpmsumd crc32 algorithm.
index ecaf4f9069416b14c27f28c49618a70e1315c110..cd70f97106d990f123addd6dd4b3124d7137c725 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build gofuzz
-// +build gofuzz
 
 package html
 
index 7bb257d865ffa6bfa6ea15240efe916c41fc3695..be46c57020c58e1ac69f02e08ae85ea435e8094f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 package main
 
index 38f41303fa747fa23b67f2306bc761eecde9ee28..65e1e30b64f700694b4276ef00fdfdec53ecace7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 package main
 
index 6508533f4440b3f2816c43593e4beee387a30030..688b6c99361339b07d95ad931d9aac9f0c307331 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build gofuzz
-// +build gofuzz
 
 package png
 
index 3bc9b1e2aea4328551f95aa8da19c5f3ab83ac44..d6eb32e2aeefa318724befe041c973d7edfd50fc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // Gen generates sais2.go by duplicating functions in sais.go
 // using different input types.
index 7544d7506edb03d93be1ba4bbd626960d9c49528..5c3dd6cbe2815ae73be8ea286490056ccba333b1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build goexperiment.regabireflect
-// +build goexperiment.regabireflect
 
 package abi
 
index e8f94f805f57e8198c295acf97a6272b3884f3af..a36745f402c414cb01dc8b63921c3303777c7c09 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !goexperiment.regabireflect && !amd64
-// +build !goexperiment.regabireflect,!amd64
 
 package abi
 
index e38653224a440b5051d616b0f43ae2ed35887e76..d47271d1a18836e4c65068e3149a1bf630d97f61 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build goexperiment.regabireflect && (ppc64 || ppc64le)
-// +build goexperiment.regabireflect
-// +build ppc64 ppc64le
 
 package abi
 
index 0690d0cf31c51e1a4d908af72fb1a783e03f6eb5..eaea168f2de738ef38a2cf4b1bd6bd26be995650 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !386 && !amd64 && !s390x && !arm && !arm64 && !ppc64 && !ppc64le && !mips && !mipsle && !wasm && !mips64 && !mips64le
-// +build !386,!amd64,!s390x,!arm,!arm64,!ppc64,!ppc64le,!mips,!mipsle,!wasm,!mips64,!mips64le
 
 package bytealg
 
index baa188ff7af553ffbcbbf66de34347f3b4134b7f..21ff8fe786d9bf54c5b81dc8cf2a6606be20b571 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || amd64 || s390x || arm || arm64 || ppc64 || ppc64le || mips || mipsle || wasm || mips64 || mips64le
-// +build 386 amd64 s390x arm arm64 ppc64 ppc64le mips mipsle wasm mips64 mips64le
 
 package bytealg
 
index 1891d29b24cb4a6646e4e85fb5263d44e0e2a655..932a7c584c1ae60517465e615feafd815c2e3e83 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !arm && !arm64 && !ppc64le && !ppc64 && !riscv64 && !s390x
-// +build !amd64,!arm,!arm64,!ppc64le,!ppc64,!riscv64,!s390x
 
 package bytealg
 
index a19a6f8223fe9e495cda45dd9d775dc969e532ec..90189c9fe051bd12fd25b20993282ebf83e59744 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm || arm64 || ppc64le || ppc64 || riscv64 || s390x
-// +build amd64 arm arm64 ppc64le ppc64 riscv64 s390x
 
 package bytealg
 
index 0a6eb90d2d9297fbcffd1195c9ea3f515d5b73c2..a59e32938e76ec2dc1a7b5e6e4b9f958e284a9df 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
-// +build !amd64,!arm64,!s390x,!ppc64le,!ppc64
 
 package bytealg
 
index 9547a5d8e2aa39e4ea7a543c09f8a555b099d313..6e4a2f39e4317fc4e7b7fe836bd8912cf141d093 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64 || s390x || ppc64le || ppc64
-// +build amd64 arm64 s390x ppc64le ppc64
 
 package bytealg
 
index c9b2b5a59f836dd1f45ede0766b04edbbc141377..ab3cbe5e96e6ba86e4e64ab8bb1ab069ed677411 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (aix || linux) && (ppc64 || ppc64le)
-// +build aix linux
-// +build ppc64 ppc64le
 
 package bytealg
 
index 6ef639fafdc992dd24023267efda30dca57947ef..0a45f903843edd8ae28d3ed07a63de5e7db35995 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !386 && !amd64 && !s390x && !arm && !arm64 && !ppc64 && !ppc64le && !mips && !mipsle && !mips64 && !mips64le && !riscv64 && !wasm
-// +build !386,!amd64,!s390x,!arm,!arm64,!ppc64,!ppc64le,!mips,!mipsle,!mips64,!mips64le,!riscv64,!wasm
 
 package bytealg
 
index 965f38fe52761cb34643ecbc6af03df92a94b91c..2101021e2d0254bcdc5b66b6a3633f01816cc38f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || amd64 || s390x || arm || arm64 || ppc64 || ppc64le || mips || mipsle || mips64 || mips64le || riscv64 || wasm
-// +build 386 amd64 s390x arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le riscv64 wasm
 
 package bytealg
 
index ac6eee54b211389b095a5bc3acdaf30e46535fb5..fbdf7baca2f14d598ff002c4dea74b954780f84b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64
-// +build arm64
 
 package cpu
 
index ce1b250a18913792c2733007b3e0259fb64950f4..730e14caff09a9ac4e437127ff381cbafa21c337 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64 && darwin && !ios
-// +build arm64,darwin,!ios
 
 package cpu
 
index 8c481370da65778478a7dbdbff65bc2b990c6193..c25e021c68f1c168cdd1be7d2df147585115fef5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64
-// +build arm64
 
 package cpu
 
index 8ac04fd8f975b8d5b18967b47c085c432948d360..0baa39f9cf79b0b98f6f92ecb5287578f790ec77 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64 && linux
-// +build arm64,linux
 
 package cpu
 
index c3a3f9a8e9d64d97d3dc40546be5845503feda33..d746bdb063ed96cb2917bdb062fb9b2c510aedad 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64 && linux && !android
-// +build arm64,linux,!android
 
 package cpu
 
index e8b5d529a4bbd6517b563bb6ece707c5ef54a9c4..d313648cb7c4544f6c1d3a0ab66cdd488124f674 100644 (file)
@@ -3,11 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64 && !linux && !freebsd && !android && (!darwin || ios)
-// +build arm64
-// +build !linux
-// +build !freebsd
-// +build !android
-// +build !darwin ios
 
 package cpu
 
index d2f9d4499ba375f258cc163d328ef361e64441e2..c452ffd8b30216641232ad2f5c0713652c9488f5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips64 || mips64le
-// +build mips64 mips64le
 
 package cpu
 
index 8d563b536c3364ddcbe54e2fe6e0bbcf9c15cd2b..37de951ba6d783cd5e66b9a5f6e33496e132429e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !386 && !amd64
-// +build !386,!amd64
 
 package cpu
 
index 2e7fd3ebb9f75fecb31ee0b2f2bc247a4bef6940..83687d6ed3438f8f933bc7b58b6b9122d761262b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
 
 package cpu
 
index 3d17a9c7304a565d926d91ff2462cc9098a8cd61..d518edcf490b7e23f09eb583715d845ca85a068b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
 
 package cpu
 
index b7c73451118b5a238e8c51f66a977e7db6b44ba0..7999656f01fc655d3eba347576d29c6160cd319c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
 
 package cpu
 
index 1582e832a45a548362b11f9b8ecfc792e29508fd..81d5ceed61a1608698e581e936588c1899318a6a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || amd64
-// +build 386 amd64
 
 package cpu
 
index de1c5fb3b06099ac52dd168ea868a840991342ba..0fef065f2066975b0c2d6ad365dcbc5bdd544a52 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || amd64
-// +build 386 amd64
 
 package cpu_test
 
index dd76baff51f6290c85851c1c694203a6dec5019a..13385e14d6e35d38f4d4bdc17b8462c72a3de43a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || linux || windows
-// +build darwin linux windows
 
 package fuzz
 
index ca6b1456e2380bef039c7692ce40f6d7b0bedec9..89c86c1ebbf22f9dc04d34ba54ef4e251bad9f56 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || linux
-// +build darwin linux
 
 package fuzz
 
index 827e36cf3297b4d3f53e35e9410ff2efa2aaa8ac..05954bb07fb3d249246311b0f4258be840d1d35c 100644 (file)
@@ -4,7 +4,6 @@
 
 // TODO(jayconrod): support more platforms.
 //go:build !darwin && !linux && !windows
-// +build !darwin,!linux,!windows
 
 package fuzz
 
index ab0aeb41bdd66005e3d3356aa2d1303f0a5f99d4..cab0838fab4ea080de44c9d39b5a9ec7a5414468 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !libfuzzer
-// +build !libfuzzer
 
 package fuzz
 
index af15518ad8bdc474d000e6ce93cf0124a60e9607..d146cc5bc90a754d602a778d5b6621869e315253 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 package main
 
index 364367722fe03a0097d7528a21560d8750a4bb65..4a9b0e67c454a7212c804269400f76a509aa3f2e 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build 386
-// +build 386
 
 package goarch
 
index 8169580857c3b8bd0a77fa41da95adbd879ed20d..7926392b77510ceade8475edd1978559e248679e 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build amd64
-// +build amd64
 
 package goarch
 
index edc69f33491843798440ed93dee9293c83dc2fb2..6c03b8b060c1b4b7728e297bd46bf44a20737a52 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build arm
-// +build arm
 
 package goarch
 
index 0459376349d423bb0cb763e410c6c225b7fc5fa6..ad342d79c96bb2feb1038cb1ff6588bf4bc48b81 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build arm64
-// +build arm64
 
 package goarch
 
index b9439c147ef41a0e35f60b7ef20dc77dc81537e7..0f260030908ecad894c655cdac66113d593ff415 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build arm64be
-// +build arm64be
 
 package goarch
 
index bbb07603d6a63b2b9cd691a9bae2d63689dddfd7..6092fee7516e3805f21eda7f2ad37cb093822203 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build armbe
-// +build armbe
 
 package goarch
 
index 4d2cd70a0099246962a15b6c89139df78d9a4616..21c67e1176838ece2818fb177b15970432361a95 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build loong64
-// +build loong64
 
 package goarch
 
index 25a8071727d571d93aabe08255b3e1e39b0cfe5d..0db19746556adf77af6c6b938a7622c18217a8ce 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build mips
-// +build mips
 
 package goarch
 
index 907ae30ec45c729f0c3b05051c3a2d095fa17843..738806f0aef0afa8eee1011c0065a46fcfc55fef 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build mips64
-// +build mips64
 
 package goarch
 
index 3f4c369d160389b5fe3165b71d0998b3c849da8c..8de5beb88197290bc0afd54e19687cfd608523dc 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build mips64le
-// +build mips64le
 
 package goarch
 
index d03e503c5976f20631f0ca4cdeab89f9bf1ff624..ea461bed70c26ceee2d68d65c57f23239ef80b24 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build mips64p32
-// +build mips64p32
 
 package goarch
 
index bbaa010adad5413f2f585964a2d5514480659751..15473ce6c7a047fa0a4768cd9c2784c35f27e48f 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build mips64p32le
-// +build mips64p32le
 
 package goarch
 
index b22be64d6e1a62a5510c3b76a47fb3d830708f0c..4955142e876539c6b8d328a429347750c4c055f7 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build mipsle
-// +build mipsle
 
 package goarch
 
index ed50bf82753d6ff2782983596a05a35740d64e4d..ec01763b3c3ca5cdd7c891e0ee148b5341760b0f 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build ppc
-// +build ppc
 
 package goarch
 
index 26b921d343e937ceed9d151357ded19e962b4054..39be3925c8e919ac6f379dd44136b2a367261858 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build ppc64
-// +build ppc64
 
 package goarch
 
index de4fe0fb8014f9068d6170b53bff28d47aa7c447..5f959e0e0245efbf5c0c6f1dbe58ac31dcbb04f8 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build ppc64le
-// +build ppc64le
 
 package goarch
 
index 3eff4744672a2d9156932b8ad3a4e5d86503fcb4..8d81a14dd9beace1427502533023265c69675eaa 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build riscv
-// +build riscv
 
 package goarch
 
index d99ab9dc294d8519ae92d517e0ce3a1597e01540..1df989c2a696ed0eedd8b4ddaa31e441bf55f90b 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build riscv64
-// +build riscv64
 
 package goarch
 
index 6d4ff71cc9c5f97f842432b6693215f4049f996b..56815b9f435567794cdc2dc5999772497719f944 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build s390
-// +build s390
 
 package goarch
 
index 6c215060a3629ed90abe159971eec058ecb19bdb..e61e9bd5938a8bb5b2c30ae761b1081611c09bc4 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build s390x
-// +build s390x
 
 package goarch
 
index 029e790fb026bbcb7c4a11fed5cfe4ba8ad6d12d..ee5b746566ddd2d4fc7b717167933a5e19d5206f 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build sparc
-// +build sparc
 
 package goarch
 
index bcd7b6f7dfa0eb63f90f169a13b081ded931d155..519aaa10c13bb591f2a0e681e2856b3e0e7a54a4 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build sparc64
-// +build sparc64
 
 package goarch
 
index 0816c85a115311104a223f6a2854408805bd7400..25567a1b6481f6dbf2c864c527db3f53a5c83a03 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoarch.go using 'go generate'. DO NOT EDIT.
 
 //go:build wasm
-// +build wasm
 
 package goarch
 
index 1860cd700dfb278dd88c87dafd0385d1e2e922e7..f8ddfcc7ff0ac4410cb297890858ed4e714a2251 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 package main
 
index 063e698b82c6db2229c5180fceeb3572be285f32..ff861550c4851ab7dbb33b9059ec14e88b744adf 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build aix
-// +build aix
 
 package goos
 
index e9e4864978226755dba341e4c9df890b939ac885..e8aaa1242842d15db905685340b820e047a6a149 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build android
-// +build android
 
 package goos
 
index 309d6a271729c18c7f7a117c545a2686279df6bc..decdd496425c7fb3c8424547d2f765fbc46c89e2 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build !ios && darwin
-// +build !ios,darwin
 
 package goos
 
index 4e8711b94c573dd87c54235d27d109cff164de27..2224baa2301831deaf4ac21f3fb4e9403be693c5 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build dragonfly
-// +build dragonfly
 
 package goos
 
index f312bd16081acbf7abc2053e42206e1f155deb37..3ee5bf998e21c3303edb6b789cf8908205010a5c 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build freebsd
-// +build freebsd
 
 package goos
 
index 0f0dd28b81b80b24863741d9c5dcaf86c7c1e39c..8a3d34304d8f7f8f4d848ceb0f0780f68a099bbf 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build hurd
-// +build hurd
 
 package goos
 
index 17e7c53a40334b29d7877a6f07b5e91c3a90831c..fc1b9a9e22fcc7eab192c68f0a6a38ec7d431c65 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build illumos
-// +build illumos
 
 package goos
 
index e4745ca41341753d8831079dbcd76795c40d9e73..746e769ef766a0cdb9864a2b3b05b21837136021 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build ios
-// +build ios
 
 package goos
 
index bd2417e9cea97f8d0a1c4f1f91b48d22955e2c39..6cf2a5d9e27133923e00735fea0cee949fc0e2d7 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build js
-// +build js
 
 package goos
 
index 476702f442adfdac096874983650c58a8ee7532e..cb9d6e8afaa90556587b7bb9fd1dd0acb85b9b76 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build !android && linux
-// +build !android,linux
 
 package goos
 
index 97b7564babd29d66ab84aa15c80e40357a518c15..8285928d3504716df16cdc89b1aa05d65a9f1dc8 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build netbsd
-// +build netbsd
 
 package goos
 
index 384a96480d69a8e10cb2def17ccfde1e2d18ed83..3f739a4a2f728c071ba30786423a6bafcbed08fe 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build openbsd
-// +build openbsd
 
 package goos
 
index fcc279a79ec52978150787f978baf38a8273a411..d4c1c651f7bf881b28b65e63d461fe4caee6e208 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build plan9
-// +build plan9
 
 package goos
 
index 3f366cf71018683fbfa8b3924d4558c24dbffeac..69e3285ab620465adadcc4c8c341b64ef40f199e 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build !illumos && solaris
-// +build !illumos,solaris
 
 package goos
 
index dfa55339d34cfe5db7ce68d8e83affa5055af7d2..16158be78b97e8f85e97754aff88fc02ab27f9d9 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build windows
-// +build windows
 
 package goos
 
index 714f24963a253f830d6f7b2df35ada18eafc92ad..fb6165c7a12ec8f4269c0e672933448a99ad9046 100644 (file)
@@ -1,7 +1,6 @@
 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
 
 //go:build zos
-// +build zos
 
 package goos
 
index 2338b78f3aa987a3e76c871c2eb3ca029d277f95..8c66cd13a81c2540cc9bae1a2a399d1eba6699ea 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build gc
-// +build gc
 
 package goroot
 
index b1041da11d8b7c048b15c0758b6b334667bf950f..62841222a7efdbf9d24d8ed14801c162109760df 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build gccgo
-// +build gccgo
 
 package goroot
 
index 55c548824f8bdd428ccb32f2cc69edb4971b43a7..c17751973225211748bf406626268f0f08ec8126 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package poll
 
index c55f5f0df5057da6c96a0a68f3865217bfcaaae0..3679aa8c4c795b69df890dee58df38696af0b2b3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package poll
 
index bcc25dd666a7b292b16ecbf1e27e3b4aa9a98cf7..48e095254d38639c3f5c047cce701e901acb2643 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !linux
-// +build !linux
 
 package poll_test
 
index f59c1f6dfaba5341410d34518e263d137c7334ab..3fcafac0020e8491efe34575440d823c461fb826 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 // Export guts for testing on posix.
 // Since testing imports os and os imports internal/poll,
index 7bf0ddc792f642c163581289bbb16f20ffffb49a..0f42ef61a572be25bb0788c027a68122ed4f7458 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package poll
 
index cc609e48ad7af9f578a094bb6dc47a6da26e74bb..f503d7a336ffa02307c38cddc50801e746f21178 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || solaris
-// +build aix darwin solaris
 
 package poll
 
index 8db5b6650492eecc4aaad7aa891568662827cd85..accff5e0438955757eb0ba6a94651123fdfadda0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
 
 package poll
 
index 651a5ecd8b2d4f01e9774bedd92d16ea01314eb7..6f17019e73d8f2ab56dfac616d42e06237a6c55f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package poll
 
index 760e24802e3fbd625515d7fc7d556f960c336375..84bfcae633d9290448037512375e8b69b377199b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package poll
 
index b072af00ea569e528dacc5de244bccc20fc54ded..4a4dddfd2743cbebc3dec55ca4cd0ad1aa4585ef 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || windows || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd windows solaris
 
 package poll
 
index 487f3285ee9895438b16fdc84539de4fac7f0976..dc1e29c6b7861caa5a920da29a969d6283f0d25c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package poll
 
index 1dcf51d41946aa972671f10cbdec8c8847b45d46..0b7ef7a577fe9c7a2fc8dbb45ad3226268ee4a8b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package poll_test
 
index 5489662889beff9ed568889f643b60449e846f03..d4c32e4d412791a1728ad19d55663902d8707fdb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package poll
 
index 805fa2ccd9ae79e706e15569aca5018c86d89385..8137510c8b44719e7e283dd4c90350d55bab88a6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin
-// +build darwin
 
 package poll
 
index a0b11ed5ae972c5337660291b52bf52c04177cdb..79190c2f6398a69da014eddb3aa3cb177a609ed5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build illumos
-// +build illumos
 
 package poll
 
index 87f284a56a1b21d72c24b361287bb2c84c6313c7..aa96d104c89bf1f3125e7c984f10e611ca9b01b5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
 
 package poll
 
index d519f602c1e9850d23898c7924b881bb6793e660..c941cb52357938bb7aeac8d263dc307ea5b84a32 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || illumos || linux || netbsd || openbsd
-// +build dragonfly freebsd illumos linux netbsd openbsd
 
 package poll
 
index c88d65cdc83de5ff8567065a08a24084d637d0bf..c9aa4b4ca23a484d23ae7740929fb0dab6e1c8b4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package poll
 
index f4058b298f35c5ae73ba5c3ff56fa920abcda1bc..00a65d7995b9b3954c92b1bfb5d86a643f82b34c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build illumos
-// +build illumos
 
 package poll
 
index 6fd5d86630b6aa45a2c6ebfb4e4d34984c8fa583..c1500840ac243e09290fff84e770e9c3a58939af 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
-// +build darwin dragonfly freebsd linux netbsd openbsd
 
 package poll
 
index 5531e533c5cab9cf0def01a4e221ee1fe9904cbc..89315a8c67352e988a5b5b6197f2cd1cafe3dacd 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd
-// +build darwin dragonfly freebsd
 
 package poll
 
index b3038290b9216853c227fad6c0acc93079d81fad..d849fda0b06f87584c16b82d3333025f3e1f1d57 100644 (file)
@@ -6,7 +6,6 @@
 // setting SetNonblock and CloseOnExec.
 
 //go:build dragonfly || freebsd || illumos || linux || netbsd || openbsd
-// +build dragonfly freebsd illumos linux netbsd openbsd
 
 package poll
 
index 4f2e2fb455dc9bc23842b6368243b3b6a88aee36..2d354700c5d3a6862ac563dfba0a03ae5bdbee55 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package poll
 
index 4fb9600deedff1b9d8161b0e32551e4bdc2255e2..54be1cc4b6bed0ee244e4893dac259ceb541f4b5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package poll
 
index d86c4c1f81ad4c4ca7528b80dd1e56527af4db31..7fc9aeefb3b1d00a9584910a60cff01037e3db41 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package poll
 
index c98332d3dac63713b4093e31dbcf477a9c3b7266..2b052fa1747f3a4eb0a5cec5f4d7eadd5ec6721e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package poll
 
index 7e6d422d621cda8bf433e593d3e22f19a0f89d47..312ed24a44bc203645c0c05965719901c30514d9 100644 (file)
@@ -6,7 +6,6 @@
 // setting SetNonblock and CloseOnExec.
 
 //go:build aix || darwin || (js && wasm) || (solaris && !illumos)
-// +build aix darwin js,wasm solaris,!illumos
 
 package poll
 
index 824de7569e8a2cc96b7c430f52fceb17ab71ad21..cd600b63d7d61e8d97fa1a72328bd120d4cc6cf3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || illumos || linux || netbsd || openbsd
-// +build darwin dragonfly freebsd illumos linux netbsd openbsd
 
 package poll
 
index 73289f1cd05a89201c8c0db3d0d62081db0c6d86..335647c63813cd87ee7ddbfce44eca25d70edd90 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows
-// +build !windows
 
 package execenv
 
index 6c0654943e690613175113c4a97abe1292927a0e..a8aa1a644eeffa27151ca8839c5e9b6773026b8d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package execenv
 
index 9b08864f7f580dae8697db57a9bdfc2221a7a0b2..447d48e198966bb24f47727a3a9def9b4ac896e7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux || openbsd || netbsd || dragonfly
-// +build linux openbsd netbsd dragonfly
 
 package unix
 
index 4cc351ea278d88b9fe605c64a11bc8924db810a2..f48d3791e370c83f2218007416f6be607a34c2dd 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || solaris
-// +build aix solaris
 
 package unix
 
index 050d401bc0ef6addcc53bb6477f73b0cc42c6172..445b0c38546ac089e976471771370679bfcf390d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm || mips || mipsle || 386
-// +build arm mips mipsle 386
 
 package unix
 
index e53a2d1b75fb996631cceaac9c1d46f4c2424778..73a3da5bff2112b7940caccbe1b939d4f98d96c5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64 || riscv64
-// +build arm64 riscv64
 
 package unix
 
index 4cb4a5976ba7371c72ea374bda4b6cbe1394b736..76edf675227f9b40611a2e67ae6542ec3f3eaf4b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || mips64 || mips64le || ppc64 || ppc64le || s390x
-// +build amd64 mips64 mips64le ppc64 ppc64le s390x
 
 package unix
 
index 46a4f6b030d46d929f7297f3097f9331bb0a77c5..7b39ee72bc494d9ac5c9bb2e1b56bd4c5bb2adc4 100644 (file)
@@ -6,7 +6,6 @@
 // If you change the build tags here, see syscall/flock_linux_32bit.go.
 
 //go:build (linux && 386) || (linux && arm) || (linux && mips) || (linux && mipsle)
-// +build linux,386 linux,arm linux,mips linux,mipsle
 
 package unix
 
index c75006bf8b686742463b1d601d2ec51eff20cf46..7bab1f27b0c89695debed55061e21f38c686c0bf 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin && !ios
-// +build darwin,!ios
 
 package unix
 
index d2c58c0f6fa459ba03e0c2843a2be2f5a49225ec..a6659331e46d87c022ac76b84c3d31761556c6a1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux
-// +build dragonfly freebsd linux
 
 package unix
 
index a22986cb8a402bb8759b61214cab952ad6b69178..9e5f0fb4a2d57a7e2c9d78943fd604050726fd39 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
 
 package unix
 
index a5a5080d46153a9bed00ede4cfd324b177b11e4d..8ed40f3f9104adcd09159a2e73e949d763a5259c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package unix
 
index d9565efcb6af46261bf36921483013564ffe29b9..75c6e92a6e23ef64b1e07a6945aea7fe27865d1f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || solaris
-// +build aix darwin solaris
 
 package unix
 
index b0aac895808deb568c4def6d39f99a1e6615f4e7..c6280f85e585e6f3dd6b14849a17f78569d119a1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build illumos
-// +build illumos
 
 package unix
 
index a76025454cad46c8df043d534cce411ed11e9cf9..3c5394a96b1c1201c816ff242ab839dc9d8c3f1b 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (arm64 || riscv64)
-// +build linux
-// +build arm64 riscv64
 
 package unix
 
index f353d4d73e48f606c6e04b6565ad8985941f55c6..bca526d2b905bf6c15d3bda2a51f4bd3b5bda243 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips64 || mips64le
-// +build mips64 mips64le
 
 package unix
 
index 4ed471532a2a415edb4bd26a1808557720d8f9a1..c86195e49698a5a636ee13872edc11fd4a4e79e9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips || mipsle
-// +build mips mipsle
 
 package unix
 
index b484ffef80b97b42c897517f5c7ef57c9817c71b..a4dcf2bc9d71f53e7ca423c70d4f3032734f0db0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
 
 package unix
 
index f60949f662b58a7710acf27540740d56b7d8a20c..ee31be1302e5321f630c6d8406cd51b784f15735 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build illumos
-// +build illumos
 
 package unix
 
index 02f08f57c717c590bc370457b47534e11c07f0ab..7426a29c1a6efca44692bdfb313b23560cae64f6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo
-// +build cgo
 
 package testenv
 
index 846ec9385647efabf512f47b8b9361d6b2a8ae95..81171fd193ffbade5ca560ff9b8015f15a6147f2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows
-// +build !windows
 
 package testenv
 
index 993976569e2423b1e9649cb5151486eb289e6ce4..4df29c0af0bfe22643ecf6ab72eb59a3f99079c0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !plan9
-// +build !windows,!plan9
 
 package syslog_test
 
index 6abd4ad124863d014de91a3a1e2037a121b65f32..8c6ba72135298c64c7e4b12c271328066cf5f163 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !plan9
-// +build !windows,!plan9
 
 package syslog
 
index 62c62508452a06dcbf10905f9aa09035f52dfe02..26530480ee90e3a42755b4abe5843932ccc5fead 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !plan9 && !js
-// +build !windows,!plan9,!js
 
 package syslog
 
index 2e45f0764fd9e430a652e2daf84d5b22b76467dc..f9cdcdc273493d6834776fcd2330d472721ea6f6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !plan9
-// +build !windows,!plan9
 
 package syslog
 
index 78b42316de59d998eea787f476a40a7a2976365d..e794cf281abe6d24764d50390d80c5d9ad1f82f5 100644 (file)
@@ -6,7 +6,6 @@
 // accurate for huge arguments.
 
 //go:build !s390x
-// +build !s390x
 
 package cmplx
 
index 9ba742a407a27bf52419af92ad6f1f63f27d669f..f4adbd0ae5e11cdea85a685efbed2aea0c9ce5fe 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64 || riscv64 || s390x
-// +build amd64 arm64 riscv64 s390x
 
 package math
 
index ea46577d8ded7f2a78c62d4a687138562eb87051..5b9e06fed33d03ad6745ed9fcd0c2601129e8d66 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !arm64 && !riscv64 && !s390x
-// +build !amd64,!arm64,!riscv64,!s390x
 
 package math
 
index 76d258f125264446c956dcf037ca34627025c54b..c26b2c3fab67c743e00d7539f9e0e188214ba18e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64
-// +build arm64
 
 package math
 
index 1b0ac87ebf0ed49f159a628e586a69fbe75f49bb..c2b409329f1e1f18deec411388e6a961ed4e2beb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !arm64
-// +build !arm64
 
 package math
 
index 654ccce48103508d82d091a1e9e32fa1060a9a24..0f701b1d6d8da1fa4bf3c8e14c3c45bb348df9d2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64
-// +build amd64
 
 package math
 
index a1673ea1ddbdace0d34cdef8e5ebfa9b35dd410e..424442845bb07e2645c28df400253e4de9fa4de9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64 || s390x
-// +build amd64 arm64 s390x
 
 package math
 
index b757e6e23033c7455d88cf128609be4446e2bb3b..bd3f02412a28a2ab2cb98d71e88e7b11d5deaa43 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !arm64 && !s390x
-// +build !amd64,!arm64,!s390x
 
 package math
 
index 1265e5171e9b747c096d11cc2c609154d18e02ae..fb419d6da2f6bfc98fcf8d12a82b39dc987f86d0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || amd64 || arm64 || ppc64 || ppc64le || s390x || wasm
-// +build 386 amd64 arm64 ppc64 ppc64le s390x wasm
 
 package math
 
index 821af2102007c00539707000bd312ff45b9bac30..5641c7ea0a49caf563cf496e2be234612dd0d2c8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !386 && !amd64 && !arm64 && !ppc64 && !ppc64le && !s390x && !wasm
-// +build !386,!amd64,!arm64,!ppc64,!ppc64le,!s390x,!wasm
 
 package math
 
index ec81a4a31da396fe4e9000f996a2dfe9aa6f1624..bc28c6ff693a55855ecee6fc124b224f8a057026 100644 (file)
@@ -6,7 +6,6 @@
 // accurate for huge arguments.
 
 //go:build !s390x
-// +build !s390x
 
 package math_test
 
index 9435af41cf8a9a76474bcb6befe5931e3b309c71..852691037f6f4bc4a8e848d17bebc682181073eb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || amd64
-// +build 386 amd64
 
 package math
 
index bc41b136e56e27857e9fd3ad551e2c1b70aafd1c..8b64812a1c197e048839bf23858ff4bafbd3aaa7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !386 && !amd64
-// +build !386,!amd64
 
 package math
 
index 4d3b7ee065a6cec1e0cd73b6f2cb111315b85391..848cce13b289b52e37c8f08e9c3d6d0c149831d7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || s390x
-// +build amd64 s390x
 
 package math
 
index e1697164364e096f30bd7d4af52955ab162fabe0..d35992bf37ab69227a4afe49a21cef7e37d0fc30 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !amd64 && !s390x
-// +build !amd64,!s390x
 
 package math
 
index ce431a9d8d41a901c89d4ee4995e3f6d596dbc22..c63be6cf361a5f4c6adfbfcbfdd9ee9a74f81965 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64 || ppc64 || ppc64le
-// +build arm64 ppc64 ppc64le
 
 package math
 
index 9607a0894b25a16549a262d365b8408ff992b472..55c6a7f6e20693d98502bbe70df51748806f586d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !arm64 && !ppc64 && !ppc64le
-// +build !arm64,!ppc64,!ppc64le
 
 package math
 
index 7950e09fd7c3f2b7a99a1e093b831c2d154e96ce..782bb6671d2e933943980d7faa8fc1e4487cb21a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // This program computes the value of rngCooked in rng.go,
 // which is used for seeding all instances of rand.Source.
index b9102568ed51cddf2d6943d02867b93d00d4c3da..2cec1a5903d708c9c114a797d791cdfe674c34a6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || amd64 || arm64 || arm || mips || mipsle || ppc64 || ppc64le || s390x || riscv64 || wasm
-// +build 386 amd64 arm64 arm mips mipsle ppc64 ppc64le s390x riscv64 wasm
 
 package math
 
index 7b546b7e8cb2cafe404171d8dfed871582c0479e..3979622023141e55b64a4744b12fcadbe1907927 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !386 && !amd64 && !arm64 && !arm && !mips && !mipsle && !ppc64 && !ppc64le && !s390x && !riscv64 && !wasm
-// +build !386,!amd64,!arm64,!arm,!mips,!mipsle,!ppc64,!ppc64le,!s390x,!riscv64,!wasm
 
 package math
 
index e1345eb841dd25c601e6648b7e8c8876df155ae8..c4350d4b8758e12328241f994b7e05a445c3c2a2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !s390x
-// +build !s390x
 
 // This is a large group of functions that most architectures don't
 // implement in assembly.
index f954bc8a1fba6811ef0daff83c3ab2ecada9aa2a..3abc1fa10e47216bcaea015918e78d451be49b82 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package mime
 
index 6e2988225c35ce17d21902d7171204529058038e..4d109aa71a228eb1124900ad22242bdf9d06c303 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package mime
 
index ae93c595afafe6955868a63cca6b0b3583cb268b..29e4ed85abc3b4aecd3a72a3d0c36263a9eeb56e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 // Minimal RFC 6724 address selection.
 
index dc13917018b23d0241ccb0adb02aa863437c7d6b..2894d5d846ab99fe3997b64d30aabda2d66bfcd5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index a94405ecc049698e9ec5c57a5ac5c3836c44180b..f3478148b4f60e352dec179b9c5e8304c446f6e2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo
-// +build cgo,!netgo
 
 package net
 
index 4b1a2e3e1d44bdcd737708b58ef15bac41125b98..5ab8b5fedea13aacbdc9bb0758c5e4b9da232b73 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo
-// +build cgo,!netgo
 
 package net
 
index 23be72140b694b0d01f6f819ab709b27b38449e3..1456289b0691ba29a3167afde13757f3b6e82c7b 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo && (darwin || dragonfly || freebsd)
-// +build cgo
-// +build !netgo
-// +build darwin dragonfly freebsd
 
 package net
 
index 1bd6be93f7891c2a632a23260a0092cd2962ebb9..de6e87f17622df6a46a73c1b99ae2e21be6672c4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !android && cgo && !netgo
-// +build !android,cgo,!netgo
 
 package net
 
index 3714793a52f3c5373f5346f56dd4b06f9d2e74da..03392e8ff34c596a979e6b20469e8f636a4925c2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo
-// +build cgo,!netgo
 
 package net
 
index 3714793a52f3c5373f5346f56dd4b06f9d2e74da..03392e8ff34c596a979e6b20469e8f636a4925c2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo
-// +build cgo,!netgo
 
 package net
 
index 154405270f17287c6bd3c801cd5f662f8d680bec..fa6e68770ce35f16d1fc7d30e387948b0008815e 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo && (darwin || (linux && !android) || netbsd || solaris)
-// +build cgo
-// +build !netgo
-// +build darwin linux,!android netbsd solaris
 
 package net
 
index c4aab33eaa05700bba9e812889220a2df294e841..37c75527f95c0dedf8b36792cc94fb22eb89abc9 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo && (android || freebsd || dragonfly || openbsd)
-// +build cgo
-// +build !netgo
-// +build android freebsd dragonfly openbsd
 
 package net
 
index f9cfad9909cce8c857459f90042b6851d32ec07a..fbb9e10f3401967f2018f477392fb8428f7df752 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo && (android || linux || solaris)
-// +build cgo
-// +build !netgo
-// +build android linux solaris
 
 package net
 
index 22c67252f55cece64f33b751dc4249337a292362..4d9869de04fabbf6f9dcf14375dfae035cfb1d5d 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo && (aix || darwin || dragonfly || freebsd || netbsd || openbsd)
-// +build cgo
-// +build !netgo
-// +build aix darwin dragonfly freebsd netbsd openbsd
 
 package net
 
index a84f5b0d34c1472e947bf7632917c8758c47e7f0..cde9c957fee53c33d5dc074b3b6ce8a879202479 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo
-// +build cgo,!netgo
 
 package net
 
index 039e4be88b908a257dd426daba8d6616a1d39421..cc84ca47aed0bc79b7791909474c7beab6e1d2fe 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !cgo || netgo
-// +build !cgo netgo
 
 package net
 
index 5bf6fd84bc2aca1c4fd49e12417367d44f0ce0f7..6fc2c1930e8145c2b825fbcfdeac258bee8d06cf 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo && (aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris)
-// +build cgo
-// +build !netgo
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 1f3d9ea207ae93273aa584eaa62906c95ea9b69d..b4da25b84c1fb0f62357d8cce842922544e063fd 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo && (aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris)
-// +build cgo
-// +build !netgo
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 1fd1f29787c8601a4875143da36d5e91fdbb21cc..6bb6cbbb2fdcfaaf652c5a0147d6ce80dacf6f91 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !netgo
-// +build cgo,!netgo
 
 package net
 
index 6b9569cd92f7f78c9ade438119ef0a17157c7a15..1115699ab0f3aec58ae858cc8c3cb83452c67085 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 8f387ebc03e5cfbe681be0cd1752895a8454de09..82d1bb643e19f01ad08211a57dbf75dfbeb8f4e0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build netcgo
-// +build netcgo
 
 package net
 
index b1f2c55ea50909bba28834121a2eb7fae32cd3de..5ae705508601979982d871e074f19af3ba69c823 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 45e271c264267ae10f1ed58bc2d40f1d04c8fa3a..e3cb0c5ec7e3afd549b53dc1d869b153ac390490 100644 (file)
@@ -6,7 +6,6 @@
 // tag.
 
 //go:build !js
-// +build !js
 
 package net
 
index 723038c7a22a44b6dfc73443ca6b344b855f096f..896789219707529bb639afa48e53403aa89f87bc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 108b973099715c96dfb7d8e1b4f4e6a08d57f575..1113aaca90575b3ae94bc7ba8034c314ec733ad7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 50e9bb0f20dd70745541c67c016eab7fa068ccd2..21aa91f665ad3d481bd3dd22672fd1903b0e0096 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 // DNS client: see RFC 1035.
 // Has to be linked into package net for Dial.
index 350ad5def797bc9b95aa4a9c1a56b58e8f5db7f2..1d704d021e2bf0db62ce5a4890b3c2c7a372500c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index db9213a13fd3e95fb6f37226dc748df22920bdf4..5ad254cd7c9a5956c642eab80984dd808ea17e43 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 // Read system DNS config from /etc/resolv.conf
 
index 0e2317c46912f43fb55aabdd0c6b929db212f0a4..4d352214976de224f93ea8dcb6989989b417fbf4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index d851bf75667d3a6c6c00f75a8220ab67b8ea08d0..28b7c680feb16a27fa7ce3fd6d310c5cb80bc84b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 50eb66fc61740e2362313ffb1fef001f8e4ef5d7..10e3caa67b7498b0a7dd0efb99dee003323b4e36 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package net
 
index ea52a45ee89db67def805df8be4b21f3e9d57a97..081176f771aebf72fa02563e862e82da678dc3f8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9
-// +build !plan9
 
 package net
 
index c304390819a915331276a62c68760ec986d57b8d..30f8af3aeeadcba8d6dfce42c7b675c499571661 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index d0b5e2ce96905e2ca39e2662fb130b0e66166002..0e64b40ea1ccb4e71aa5c729ba38daee71a84a7f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || js || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js linux netbsd openbsd solaris
 
 package net
 
index 533a45e648f11803f10f51095954975e286f1c4b..1334aa86b6882f5325a07caf5b7b98d1bf7732b7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9 && !windows
-// +build !plan9,!windows
 
 package net
 
index b8753cc092bf1b9d322db63db93addba66022be6..3a97011fe8570b65283046d79b6c3ada1b3ad3a8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 0320d63a8632131711354104cad69f16edcd1ab1..3478ce723188b579834afcec1b2a741844e019df 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || solaris
-// +build aix darwin solaris
 
 package net
 
index 0f04bb4ed65add47a256ccc53aeffcd4908695d5..2d1f7e22a459fcdb2dcbdb52265ed3eb49d65be9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
 
 package net
 
index 38e5a8d61d10533a5c7b1f8b044cacf01dd24237..1887a451867e50b0aea39ff97d77c5d9e4e141a5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package net
 
index a7bbdd26b458403a849fe1b39206680c38f333af..1bb029d370cc9fc3c3d82db06ccfa287e39d8fb6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 9f988fe89936179a3f177e266d15f2afd38f4219..91df926a5789144ef0ad8e197d854b8c5c01d1b0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package net
 
index a70ef1b312ff127eb8d4c430c5aa07d3bdb1933a..e86c15fac735fac0bbc2b055875c4083c60ba172 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 4520d4b839ed60d81c48e00e9e37f29175e140be..68d7eb9ca0198c15ed43b890e6dec6e076610314 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index b9153d1947f98ccf0646135ba6fd7781ba8ae65a..7c36b0d6e3272dfd17f8f07660cc14aba265fc4d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package net
 
index f998bac6ea654cdc582e26caa579b057c9f14c40..b7ace3f81c94d572f6851e6f58baef38ea031790 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package cgi
 
index bc58ea94cc93b782f1c7efc17e073902cf471e4e..49b9470d4ae2a4128df7502503a335b529d1ec84 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9
-// +build !plan9
 
 package cgi
 
index 29226d4065e36f5481f1284160525aeec161d990..df98232824e1257fc2834045acf8dad1e5ecbab1 100644 (file)
@@ -1,5 +1,4 @@
 //go:build !nethttpomithttp2
-// +build !nethttpomithttp2
 
 // Code generated by golang.org/x/tools/cmd/bundle. DO NOT EDIT.
 //   $ bundle -o=h2_bundle.go -prefix=http2 -tags=!nethttpomithttp2 golang.org/x/net/http2
index 79599d006aaf94dc1537c6024d200de2b6d0c961..63c0e92d6a6f653194bfdbb8b2c79c0a27a37884 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build nethttpomithttp2
-// +build nethttpomithttp2
 
 package http
 
index eef7c79293e643e08677e24ba9d5c1e2fb769ffc..c4c5d3b6ebb3dd67786808e8885876fcfe036a52 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js || !wasm
-// +build !js !wasm
 
 package http
 
index 4a8595ebcff4262294df60be988468b090cb2524..dd042e9a01c3ea62a1be3ea480035050784ed182 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package http
 
index 4dc62407c6d5ecef2049db623b31c5db4d21df8f..11b19ab30c55be11df0a5e4afb2cc9c847c94d4f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 package main
 
index 7578b1a16a91a90baabeef015e2f84d18fe14fb3..db7bc756d8cfa597bea4407e7621ee5ec1173141 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
 
 package net
 
index 8d0d9c367198d0abd5ba602c4209c6b0988c55ee..ce59962f6108f42e50f4f740b368933dbd420b15 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
 
 package net
 
index 6230e0bfeec1d56a117c107beb69e9db7861d61b..e9bea3d3798a0672c4132114a93767e66b3d7f15 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || netbsd || openbsd
-// +build dragonfly netbsd openbsd
 
 package net
 
index efe67c24d3cde8d219488dcb3500471245a9a0b2..2d4475f63eeba33722afd2e6234abf4b073da104 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package net
 
index 754db36e3c44306edfa986165478611b574b3905..f6c98684181efbc4c68c0ec4db2c3c8da2bad035 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 0d69fa5da4127d2f9c863ec597db31ee8bdfcfa4..92ec13a909ca72ba736cd01c521ce65e2ab7b26a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
-// +build darwin dragonfly freebsd linux netbsd openbsd
 
 package net
 
index 8af85d382eb0935cbb606e9c6869a5b7354b69c8..c7c8d16d4c9a7e0435994022eae9ed7f7f252daf 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9
-// +build !js,!plan9
 
 package socktest_test
 
index 6aa8875b66cf6c1cee258401128c733ee49d4c66..7d21f6f99f6baadfa6735a23a09444c9a640efd7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9 && !windows
-// +build !js,!plan9,!windows
 
 package socktest_test
 
index cda74e8639986909c9a3bf740a825e547f12ba35..fcad4ceae31e8ed87018c12783821a62362e074b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9
-// +build !plan9
 
 package socktest
 
index 5aa2ecec08fd31ad596e475345c0befa72fc8721..8a2fc353f05816aa61f98c931bcc54e3705a6d06 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package socktest
 
index bfe9d4dbd3622927e8fa330219baa6404f007996..77d68f61120fdd904c8f576475c4c4a925770de4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package socktest
 
index c7f8331c2e52765321579b6d17a052cc7b3c3e97..cc7cefbe2c5cf046b35c692cb18b005d39e5f269 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || illumos || linux || netbsd || openbsd
-// +build dragonfly freebsd illumos linux netbsd openbsd
 
 package socktest
 
index e7cc45922e09d1c6815c15cad54ee66673f08070..0424164ed3095eb79bf76284d2d08318ed7c7cd7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package socktest
 
index 5bbda6024dc3d9dd54189eb202afcb5cda572ad7..10e77f3bdb4aaee64c3cadea0d301a8f8faed3d1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index b94eec0e182b3d006771e30238078fdb93dd9f44..74f977e1efe079940e5d911686087095542def14 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package net
 
index a96448ee6c656817f1a16e5ff6fd27ca774048fa..ca5ab480c0eca9419e5a532979e6cf34668ae982 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 50003ac4464bc013ae5d10cb65cbc953b24ad8a6..0910f63d488b7410442b9132712b053eb6c20481 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package net
 
index 50355de1ac0c046d3ca24e12cb7fb2b39e1fcf04..7aaebe8fa195d47bc91bb1136323607fa5a00e8b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9
-// +build !js,!plan9
 
 package net
 
index f4fcaed5cfa1c78d9ca3b80d81926b20074de7dd..c27eae4ba5097e11460aae0f40f7206eb3c0a9df 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package net
 
index 7ca6ac16ec67baf46348cd1dbbfca38960302ec1..7bcc5c5be839ed819af080c999ddf52f25a834fd 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 8030e3d99e1e13dfb5e3f2ef8f361edba6e34af4..255a19dfdb4dd4bf8da0e6d6392688147e8fcd56 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 742be2fcd81eef81e3300193e4d037a22897f5b3..ca7fc7849137a2d961284913076045d9f38f3b22 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || illumos || linux || netbsd || openbsd
-// +build dragonfly freebsd illumos linux netbsd openbsd
 
 package net
 
index 645b267b78090835050a56c68e768759239b0f5f..41b78eda1d8219f58388e58512fe5e757450e1b8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9 && !windows
-// +build !js,!plan9,!windows
 
 package net
 
index bcea630cd3c4ccb037b4d19582c927892d13a825..ab050fac2b4ec04aad5b38be65d88a96fa1b1fb0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (js && wasm) || plan9 || windows
-// +build js,wasm plan9 windows
 
 package net
 
index c804c4e7556a4d54d33afe9a988116f4f7395ce5..8899aa9c94ec7200b1e25b17062428e99d16eac3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9
-// +build !js,!plan9
 
 package net
 
index 4f004071f09decf1168c64faf3e76dd68693d7f0..1ee8c2efe717b44c1723a5f8e6435ce4f0b213f3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index c8cff2d305aa9998395a6641db90c359bf187b0a..2ed0615ad86a2ea8b6b33d87c1649410ae74bed9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index b50a1e59a1a9239b7da034fe38f6b1619e88ea95..43b11a72189895a8a3f157d4c560bc48297d2cb5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 48419be6703ac7caeaaadc46157be59d068922cb..d58bd8202980028b2c5ce23ad3ae1829ff653c5f 100644 (file)
@@ -5,7 +5,6 @@
 // Fake networking for js/wasm. It is intended to allow tests of other package to pass.
 
 //go:build js && wasm
-// +build js,wasm
 
 package net
 
index 6e7be4db23c1e2a26733bf251ff47546efcddd0d..35acac509be0314c99333611e2f8f968efc4098f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 5551e47de7ff7d2c616be585492eb13ebf4aa52e..019772aa6aaab4ed183ca1089e44b6b89adba2e0 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (!cgo || netgo) && (darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris)
-// +build !cgo netgo
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 85177cab9b92da2cbd26aeff0959180c8df34252..ee5568883f2d473736f6835442e7d8e5b78ef68f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 4b73886c5119c453f953b43d830713cd11facff2..c9ccc60cb787225413d2cd96a9e6c7700a41aa3d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index aeb9845fa77b8fc12828c797908910b673bfe9dc..b3b17156555a8a28e9673096b991a74a99d2653b 100644 (file)
@@ -6,7 +6,6 @@
 // tag.
 
 //go:build !js
-// +build !js
 
 package net
 
index a9a96a2323b80d0a104e3de0dc132a08d3450c7a..102722b2ca7045f6ea655c9e8c9db2920bc21bea 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 // Read system port mappings from /etc/services
 
index fc9b3862563e9a2c0cef4a76eee225eb281848dc..9f7d8ee4ef5071cda2ac4c0340b0ffccb1f47561 100644 (file)
@@ -6,7 +6,6 @@
 // tag.
 
 //go:build !js
-// +build !js
 
 package net
 
index 975aa8d9569162ff52f750d58f648e0f6f77502a..ff3d829893d06e07c6ff8631b9d1f5add88a5caa 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (js && wasm) || plan9
-// +build js,wasm plan9
 
 package net
 
index 3ef7af33b7330e307d31d61f1bf2fc330ef72369..645d82a1a6ab4321994272f7a16ede94e00549c0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 75bbab8b27eeb4dbd19086b3ecdf252548bd7683..e6e1ad771a5a35489b54dbd05470f3a0dbf9546f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index c079064262d8345ffdbcb73f8f07d4b78374a2c2..4ddae852e174bc1cc8d9488234ab34854cd490b1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || (js && wasm) || netbsd || openbsd
-// +build aix js,wasm netbsd openbsd
 
 package net
 
index 54e51fa0abc66e38a1646bd04cd443f82ef04833..492333d0c85714477f038d134df11c362843eee3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index cd63dcc32cef35416ca8b84f164edd5a86073e07..8845a981f58baf6b86e1e47e3605076cbaa72e9e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || solaris
-// +build darwin dragonfly freebsd solaris
 
 package net
 
index 7cbf15229887155f05ac91092e3e4d079fa961bd..5192c1e0afc76479ad44d7b2365786f8ec2880c0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 4c883ada78f91ef2d9dcd16e9641d664ce6125d4..27daf722b53466318304097a043ae9e93d1431f4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
 
 package net
 
index 6861c4bf635dcfb3fda8b7b1cc6a1cd8cf25e81f..56dab31b1466a18cb3584671c8e906460f455c16 100644 (file)
@@ -6,7 +6,6 @@
 // setting SetNonblock and CloseOnExec.
 
 //go:build dragonfly || freebsd || illumos || linux || netbsd || openbsd
-// +build dragonfly freebsd illumos linux netbsd openbsd
 
 package net
 
index 9b1e7880aed4494b947ba57e1a76b92054f80da0..98a48229c755517e9eff597cae1dfa944feaf5c4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package net
 
index d804bfaacce3a0edbca43a53213f7ed952a45050..4b73e575fe3a3fd7a7e9dcb7f232ecd02cf57651 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || (js && wasm) || solaris
-// +build aix js,wasm solaris
 
 package net
 
index 9d77cb569b938ebe3a22b87f935cda3f4a8044cd..c8e91936ade1d940969f52b1f0bf7b0188794e43 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package net
 
index ee1f98b834cf3753de73a653a33fc0aca47e937f..ff998119808e48d67a2bfbdd8116f65768133d9f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
 
 package net
 
index 50b9bfa0a78ea5da5b0a920f3397fdc0dc5a3567..645080f9885e5374fb0504745c6d6e5870c5cd4f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package net
 
index 99b5277ed0a874c098ed936633f44d8dc4cad436..98e23714d9a267060dca78a2551110d6d57fd218 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package net
 
index 56022fd1a59e37ba7a00292b7488d5e8ebe6b940..3e9ba1ee7867e75746d460ab926055d1e668e35d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd netbsd openbsd solaris
 
 package net
 
index a2143aec2cba6787b9ed486d4e811a6f1994408f..22031df22c221a344627ac1122e7b79507331dd1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package net
 
index 92349d88ba71452631d0a186fdd5955a6a75887e..2c993eb71953f67ff37fff0521140e06c42602e0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package net
 
index ce2e9046a9440f9506c808fdb9934bc42ffd2944..3cdadb11c5615f6fa628f87facfc61351da3b569 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !linux
-// +build !linux
 
 package net
 
index be13cc924d04f50536e75ec4ea075d55e7ad920d..43e0b926f7a4ec00e3d1a78f2742cf68a2480b13 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux
-// +build linux
 
 package net
 
index a32483e2df94e4101948501042aba46ef7790394..26eac5585a8a29ab301089883a35eba9001d3775 100644 (file)
@@ -6,7 +6,6 @@
 // for setting SetNonblock and CloseOnExec.
 
 //go:build aix || darwin || (solaris && !illumos)
-// +build aix darwin solaris,!illumos
 
 package net
 
index 7c4523c5eea8ec6352728cc70cf9907728e716c7..ed6b18b5517eb1c38ac6921e05e4b26f3d11fc1e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package net
 
index 9c9f1eae93d832e7f295badc182abe00368697a2..fdf5c330a990138decfb55349f213b30ad2fe7e6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 41bd229132d912883a18aefb1b24b6b56d2e59a2..b1f2876d4ed82b7bb60f41f45098f71f0262a215 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9 && !windows
-// +build !js,!plan9,!windows
 
 package net
 
index d08832adc04c98b0f8a772ad906dcc42ae193c8e..73754b1a0f7fe2c30dc5687f535f770912354b85 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris windows
 
 package net
 
index 028d5fd29cff8ebda730b1e9eb7bf46c72fd2430..0fe91829c0e05a91b7d1442c459abb90b247078c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package net
 
index a945889e00e86f9cef70d2e1d356123a87ab6f64..bdcdc4023983944dbe39b8483786df7555418f8c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || freebsd || linux || netbsd
-// +build aix freebsd linux netbsd
 
 package net
 
index 6c8e9cf76ef0098de3b3eed799f246911526aa77..82069b347a5cdf258b0f3c886bc33097027344e0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 3a333ca2438250c9f6848302aea6f3ff0291725e..c3f7ddb77eb81cadc85b20f2b8d33ea9188ffc0a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package net
 
index 0e8c3511c36e459258d617d7217b81d1b8ed6a3c..0f8f4631009610129684481c2e8258e519681342 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index 99a89c827b8abbebf361141c42458e6c0c6c55f9..1b69df53bfd3256088bf9f8acfcd39d02dc6dbe1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package net
 
index 716484cc6ce95704e6d817018f41387045a0c063..fa4fd7d9331f422bdad34e3efbb24786df5739f3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || freebsd || solaris
-// +build aix darwin freebsd solaris
 
 package net
 
index bb851b89c05bd395150e9cee60b272f2f882a076..6b0de875ad5c3f1cca2d50c84c7af60c5f23087f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || linux || netbsd || openbsd
-// +build dragonfly linux netbsd openbsd
 
 package net
 
index 329076183aece9894ee1e539bbdb0db5cd9a2cfc..b3d19fe73dda2891f8261d691a82e9f29eba80b8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (js && wasm) || windows
-// +build js,wasm windows
 
 package net
 
index a4d2fca69cefde72dc464f67c7f6008be73ea445..c3bfbf9af2f1f867509a1ad5e8130b16de8480ae 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index 71092e88fb600f98f0b1f642d7e121475d0985f6..a75578235f8e7c147fe27988ae1003253dd10d38 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9 && !windows
-// +build !js,!plan9,!windows
 
 package net
 
index 29244f64710337f97c79068fe0c965da2d388211..dedd761c56744657ba5678e99c002337047f0254 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package net
 
index f79f2d0865d559ebb358430d32956ea65e95d858..23e8befa92dc9ece8265eab762a9033f815c7771 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package net
 
index bf40ca2023ac9e52902bf8514194a8c2852db0d1..b75229586208693cf1773a30b815810185968b82 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package net
 
index a0fedc2f99061df9424f712d55be2d65ec4c4bf9..51ab29dc312a170e9a14ff68db882af615f134a3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || illumos || linux || netbsd || openbsd
-// +build darwin dragonfly freebsd illumos linux netbsd openbsd
 
 package net
 
index 5589c9c68256b0a09cdaae143526c3d475d7b486..4eeb9ab86ca3a177fb4aa81cfd0c16d65e37753a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package os
 
index 0529dccd6f214325541430ab168839f6b45d1f43..0375e533726ef4f642465e6d686c64543382980e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 //
 //go:build ppc64 || s390x || mips || mips64
-// +build ppc64 s390x mips mips64
 
 package os
 
index 6be6020f534229330d7a5e8d8517503279c7335e..10643a804e03b0d8014f9ebca02b4413ec577617 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 //
 //go:build 386 || amd64 || arm || arm64 || ppc64le || mips64le || mipsle || riscv64 || wasm
-// +build 386 amd64 arm arm64 ppc64le mips64le mipsle riscv64 wasm
 
 package os
 
index d45e1deb833897b52ca82c0fac8e90426c1f5808..75225d85476f22b920e5faa0593b1cdfc5bd36b5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package os_test
 
index 580e915b73c3db1cf7a33005b143fee58f9ba62e..c8140461a4dd9fd2596c23a70a39456fe2ecb141 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9
-// +build !plan9
 
 package os
 
index 268b3a923ab1abc03563f18f7688b2d0042980b0..234f4eb6921fb5493946a8c676f0cb9b33095bf7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package os
 
index e45282a0fdb4778a934e5a0fd4c57ab89c09728d..81bccebedbba6edf814523779f5a4bcf3e05f07f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package os_test
 
index aa0c14b7d46e36b295497ab1164ad3a7e2ab8729..86c8a985bb3359af155eb91604edb16af92cd11d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package os_test
 
index 3cfa30ee72477ee3c89fa096656138ebe860834f..4a37c96e63a0ad66be60aff2e77a1a391a7c8f83 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && cgo
-// +build linux,cgo
 
 // On systems that use glibc, calling malloc can create a new arena,
 // and creating a new arena can read /sys/devices/system/cpu/online.
index 7b2c0c0c111b35edcb2c7639e6cd0a250db752bb..fd7fb42d36a4e92a67c94305f23ca2c68787ae8d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package exec_test
 
index 467c069e1ca48cb7fca9ea887d293cc210d44c1e..c20f35276c66fb6fc42809aa79aff4a970007cc5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9 && !windows
-// +build !plan9,!windows
 
 package exec
 
index bd4dfb31da540f124d2f9eae495f03d7e6e8f63d..8e31e47190feaf374ed0b6163f49e5b289018903 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package exec_test
 
index 4eac25fe6f402177eb596ff6fe5637f57ef0cd3a..54ddc4d5b483bc6f0ef67bfb8ad2a8ded4e3bb8c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package exec
 
index d1d246accf18b4c3379f198295be295e70428338..38b9fc7c27fefb34399d27c95b4f2a70341ccafa 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package exec
 
index 9fded0eb0af37c501f2133ca8357825835dd3dbc..52e401e58016c10532c9b5960f073195b30f1525 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package exec
 
index a8c71831d8806e8e126162130ff118f5c1dd85b4..8aae5735c49caff3ca42c9c4a9b5a6ea94d11e97 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // This is a test program that verifies that it can read from
 // descriptor 3 and that no other descriptors are open.
index e8736f7c54eaab44bd1d1a812c1d7112077ac48a..07e2b36f622abd3fb68673b58dcdd5924ba45a3e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package os
 
index d1bbeb752987c597f40d9f03caf83860ededc304..250c5c6402e9573d70a60f24c96b059c749d187c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package os
 
index f14b3519fbe759864fe6b824fd201f69b20b824c..fa332bf1ed840a6494b244e2c035b26bb43673e8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package os_test
 
index 625430ecfca1e53cb9af7fcc1c501eef286abcea..d6161bcb08bbecae79f716de1b53acc29ebe3ff2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || openbsd
-// +build aix openbsd
 
 package os
 
index ad7a4410dcdd03747b656befb5a12c5016535d49..8d8c83260f59ca6601be1499cedd522fd76b8fea 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package os
 
index 76ba0e6d085e5bac291c47374cd971c49d42e1ce..18348eab912aa0e440a5bb3c6cfd2e7bdc479fa4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux || netbsd || (js && wasm)
-// +build linux netbsd js,wasm
 
 package os
 
index 039448b5573a920b97a8f68f17e293cd41273aec..3c2aeacf7da53f82e43ed698596ac2c4018adf78 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build freebsd || dragonfly
-// +build freebsd dragonfly
 
 package os
 
index 10f8312831792c637f52b822c08b95ea541b304d..d4eb7a4fb146a9d1a678cef7afdc59d595bfa129 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package os
 
index 007ed2912933bbcde5fe99d1d877f89c5d790586..de70927961314c2f4e50025482ac4c97cd243178 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
-// +build darwin dragonfly freebsd linux netbsd openbsd
 
 package os_test
 
index 211f2a1798aba3fbe87a285d3b30d2f04f051fda..0dc6da090879364b68dd9964dfa9ae0c2c32d613 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package os
 
index a2531b9656278cac8e3bd4155b83e4813415bf1a..a38db189548551cc00688ef291a2f4cd8f736426 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package os
 
index 9b4c0ab290bc072a73df89696b1f1c4d05c3ff29..3ec3dee24ba6f3374e8a5b6001c7d453d8240757 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package os_test
 
index db383594920e97db5f3342d53c9b335d2a218dde..d1ffe2c1877bdc3f92b5069460b11b2b9cb73b70 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package os
 
index bf6d081db5b83c9cfe8e47d392fba4db71fd4eaa..7eb1350d025347dd37ce09810511ae3f8d0d5511 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || netbsd || openbsd
-// +build dragonfly freebsd netbsd openbsd
 
 package os
 
index 71b8cb8e25be5706532908826dfb25d5e6b768ed..354b35cc462ee71632c38bbcc9e7aeae7d73374d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build illumos
-// +build illumos
 
 package os
 
index 097b32e7eb33cf0414a28209c681b399449e07ba..554d62111a570b6c65feae24ba3737ea68d1bb27 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || (js && wasm) || (solaris && !illumos)
-// +build aix darwin js,wasm solaris,!illumos
 
 package os
 
index 41a1e9c78aa36542a892392b63ae136cfd3403be..ab6d1ce2b61f577d8ba8210537f9be9df402dc2d 100644 (file)
@@ -4,7 +4,6 @@
 
 // Test broken pipes on Unix systems.
 //go:build !plan9 && !js
-// +build !plan9,!js
 
 package os_test
 
index ffc598b0618987c1a9c5928c7de6896e11df63eb..14a495d9c0a59d66e2eff0f00633d0f007423404 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9
-// +build !plan9
 
 package os
 
index 8aebaf87a60760623531ffc402e12f0feeba3ab2..fd2038a2332a1688fc5061fc29132107edc5a27e 100644 (file)
@@ -4,7 +4,6 @@
 
 // Test use of raw connections.
 //go:build !plan9 && !js
-// +build !plan9,!js
 
 package os_test
 
index 826760f3df65cc290470e171032e16a62c57b013..8b7d5fb8f9e35c88dbce07825c73e97614c1a64d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !linux
-// +build !linux
 
 package os
 
index d04540bc63eb2ca8918021ae7faa854240b68f5d..da804c436f6978060ae975a79deace8af4572940 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package os
 
index 853e0eddfc8920478d2fd3f2f5735d845c88186b..a0332e8c3560e956a911f5bce45a736096cd6a5d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !aix && !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris
-// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
 
 package os
 
index 3f7795b8cf9558dfb4a1b0b573ae1eaee21cbc11..b279ee9491f6ca3aa726fb50b2df9ebcb9670911 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package signal_test
 
index 8d2eac71035f2274f6e4df918c14c3745a539dd8..537febba553c6916c49314465ea66739e32d5258 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (aix || darwin || dragonfly || freebsd || (linux && !android) || netbsd || openbsd) && cgo
-// +build aix darwin dragonfly freebsd linux,!android netbsd openbsd
-// +build cgo
 
 // Package pty is a simple pseudo-terminal package for Unix systems,
 // implemented by calling C functions via cgo.
index e1e4509e2a723b9ae4df542a485703a7fde79b82..67bad66e0b2fa2a838ee0a7c6f2de43762aca6ca 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (darwin || dragonfly || freebsd || (linux && !android) || netbsd || openbsd) && cgo
-// +build darwin dragonfly freebsd linux,!android netbsd openbsd
-// +build cgo
 
 // Note that this test does not work on Solaris: issue #22849.
 // Don't run the test on Android because at least some versions of the
index 7abe1ec5a0a5954464b92dc79cb497bc6feeec04..f70f108442bb07eb72fcfabfbace0136bd321340 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux
-// +build linux
 
 package signal
 
index 649854b746c149e0dc2a9002f299b3b962a44e99..3e85d936f8a8c74e858f728bb46a24e85935475a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package signal
 
index 9e241c43acef2c7137898f082a160ccdba50a608..e2e5c4ae970d48d75068fd05bd2f4a7143d0e585 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package signal
 
index 3badf5ba575b24de3a77895dcee9e21a6e9ffc10..c3e9b5b5e53176fd443ee65176ce3a79ea1ae215 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package os
 
index 8c17805f71fc30622d193fbdf5dcfe0bbfb5e308..eb15db5453b785fd77b131bd8852de343bbe204d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package os
 
index ab23d8111d3b4e8bf8f2df3e21b84b59f9f87707..e71daf7c7494aba8c594fe6572dbbec70e04665d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm netbsd openbsd solaris
 
 package os
 
index 9979b43e8e69d011470c91da9e4521cfbe7fe9f5..9a87fbde92c2ba6837c1149ea6f9fcfb52860608 100644 (file)
@@ -3,14 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !aix && !darwin && !dragonfly && !freebsd && (!js || !wasm) && !netbsd && !openbsd && !solaris
-// +build !aix
-// +build !darwin
-// +build !dragonfly
-// +build !freebsd
-// +build !js !wasm
-// +build !netbsd
-// +build !openbsd
-// +build !solaris
 
 package os
 
index 1e245eb53a2d947f2b0d48252a59099c5e947fcc..e272c245717cbbf9e8fb985e457b19e6bd34ea65 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || (js && wasm) || netbsd || openbsd
-// +build darwin dragonfly freebsd js,wasm netbsd openbsd
 
 package os
 
index 4d6a64e8ebeaec86baadf818747eab59e825b504..4fd0e2d7c7dd128fc2a07efa39b2c9651a52afe2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package os
 
index e316eaf06c4f768920bffc582e647d7d7e546f4d..5ff39780e5e8fa54914add0f05999955d279f6a3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package os
 
index 6d65e420f044ef5df3f606fb3b1aab93fbd57348..2ff58110d65bdf8eac448a14ddc0fc056a59093e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js && !plan9 && !windows
-// +build !js,!plan9,!windows
 
 package os_test
 
index e9b8b8ba3ac7af2de64026385ee26881f21d8277..105bb78765a337f808a6a5791774bf87723a9e67 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !plan9
-// +build !windows,!plan9
 
 package os
 
index 38aa7653b054f6b2cb101b76865b4cc7aa75017d..0d937da3345dcc4dd2260ebfbc9b5b22a28805b5 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (dragonfly || darwin || freebsd || (!android && linux) || netbsd || openbsd || (solaris && !illumos)) && cgo && !osusergo
-// +build dragonfly darwin freebsd !android,linux netbsd openbsd solaris,!illumos
-// +build cgo
-// +build !osusergo
 
 package user
 
index 5c972e77cfbd9de4fcfb4521751d4af669f12109..523269086e68f8ab32ccf8d930be68c55ab60f98 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (aix || darwin || dragonfly || freebsd || (!android && linux) || netbsd || openbsd || solaris) && cgo && !osusergo
-// +build aix darwin dragonfly freebsd !android,linux netbsd openbsd solaris
-// +build cgo
-// +build !osusergo
 
 package user
 
index 9ec32b3a7889694953d795b8c811fd5500478970..6d16aa20b30ec827cdc9837bd7b65896f254d525 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (darwin || dragonfly || freebsd || (!android && linux) || netbsd || openbsd || solaris) && cgo && !osusergo
-// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris
-// +build cgo
-// +build !osusergo
 
 package user
 
index 23d12e3247624e94e73f3aba3650f989be4b0f6b..db6fb87e23fb99f02dd3e72e24696ef6b02c5fb1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo && !osusergo
-// +build cgo,!osusergo
 
 package user
 
index fd66961ccf716616648d8132413169672bc7e6da..104c2243df618cd7cedf33a663e9b3da37ec25b5 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (dragonfly || freebsd || (!android && linux) || netbsd || openbsd || (solaris && !illumos)) && cgo && !osusergo
-// +build dragonfly freebsd !android,linux netbsd openbsd solaris,!illumos
-// +build cgo
-// +build !osusergo
 
 package user
 
index a066c6db712efcce60cc1eb17fd6992468aa5bfe..4cf808b65decc046fcc43bf582fcaca3e3cfb1a4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build android || (js && !wasm)
-// +build android js,!wasm
 
 package user
 
index 151aab49c203d7a0f75b418941819aa69ad634e1..0ae31fd8189bf200fb3bbd52c98838cc80b8db1e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build android
-// +build android
 
 package user
 
index efaa92923d2d1b8611288d020712692de39175c2..ce1617d2507bdf24be8ccc3e82a521dd1297d58a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (!cgo && !windows && !plan9) || android || (osusergo && !windows && !plan9)
-// +build !cgo,!windows,!plan9 android osusergo,!windows,!plan9
 
 package user
 
index 1cabdb5b711ee87f23c6e495e5538f5f828c8469..e25323fbadbcbc40ffb1306178365ddeb0f2d48b 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (aix || darwin || dragonfly || freebsd || (js && wasm) || (!android && linux) || netbsd || openbsd || solaris) && (!cgo || osusergo)
-// +build aix darwin dragonfly freebsd js,wasm !android,linux netbsd openbsd solaris
-// +build !cgo osusergo
 
 package user
 
index 05d23567c383719cf766de23bd2890a9a6b19d5f..77917677fc1dc6c96fa8297f36497a4788b02312 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (aix || darwin || dragonfly || freebsd || (!android && linux) || netbsd || openbsd || solaris) && !cgo
-// +build aix darwin dragonfly freebsd !android,linux netbsd openbsd solaris
-// +build !cgo
 
 package user
 
index c1f66ca1554d0b8a6282098d985cad2eb9b7e493..721b9f9f7e33233a07d3c965504d7fdc6f0c707b 100644 (file)
@@ -7,7 +7,6 @@
 // failures, see issue #48789.
 
 //go:build aix || darwin || (js && wasm) || netbsd || openbsd || solaris
-// +build aix darwin js,wasm netbsd openbsd solaris
 
 package os
 
index 51193401f938317d008f13d23d4c448f806b5050..d395dac40b491b124a1756a190e320f170b0698d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd
-// +build dragonfly freebsd
 
 package os
 
index 44962c8534e086a6108f2489e5120f24602868fa..c0503b209c082ca4af3e2fce95da69c492e243e0 100644 (file)
@@ -6,7 +6,6 @@
 // waitid returns if the process is stopped, even when using WEXITED.
 
 //go:build linux
-// +build linux
 
 package os
 
index 4ce10095e67360e21f62352d7bce451e93cc69ae..b364cf0608de2b2464fc7562bb47f4b81a092582 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !plan9
-// +build !windows,!plan9
 
 package filepath_test
 
index d72efcebe6130505a2c30f4ddeb081291a63b011..86146dba5be6cff43b7679779e90781b8cb32a7f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !plan9
-// +build !windows,!plan9
 
 package filepath_test
 
index d4b6f967a3f785f8c6021a52117a4791c80c7b9e..dcf1d187e7ae927f2cc4ff0b22e724c12f45bb70 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package filepath
 
index 657945a81a3361797b7b4768b2fa8d721b0ccece..7bfe17e2fd1746dceec7951f60acf03d361d3db8 100644 (file)
@@ -1,5 +1,4 @@
 //go:build !windows
-// +build !windows
 
 package filepath
 
index aa85d4831ce84952aeb112d2a33f17b21caf0d11..5fff329fc50a5025ed5919705a20be0483c5f29a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (linux && cgo) || (darwin && cgo) || (freebsd && cgo)
-// +build linux,cgo darwin,cgo freebsd,cgo
 
 package plugin
 
index 67855bed4ba82a5d56949dc34b5c0b6fc47b0863..2e9492e7c657e66d5a4c8483902095d495ff0a13 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (!linux && !freebsd && !darwin) || !cgo
-// +build !linux,!freebsd,!darwin !cgo
 
 package plugin
 
index 4ce912132c911f27219fb6d0f7057aeb1e33a50e..8185095f8580bdc039d4b555b377f8bf4ae8d74d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !linux || (linux && !arm64)
-// +build !linux linux,!arm64
 
 package plugin_test
 
index 873febbad2da5b3471decb08618385726d371404..41cfd9d08235ac887695c4f16af205bbe370da2c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build goexperiment.regabireflect && goexperiment.regabiargs
-// +build goexperiment.regabireflect,goexperiment.regabiargs
 
 package reflect_test
 
index bfceb9ecaa22be2e5ebbd5609fd93c166b80312a..307c0bb33c1c7c94bc33dd45d4f4f5e73d191c21 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !ppc64 && !ppc64le
-// +build !ppc64,!ppc64le
 
 package reflect
 
index dbd3f9e74844a8789336c62c05d21c4b1a4254cf..06c8bf5483bbe5baeee34a05c557e8c47613e1a6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64le || ppc64
-// +build ppc64le ppc64
 
 package reflect
 
index 6444bc12f90ebdfd34d446c9973edbe01eb1f412..b6dac4a058f0cecdba4bca8f35fbd433c4c6a334 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !race
-// +build !race
 
 package regexp
 
index f69d3a9d5012d6c3ce79968533348f2cabe05ddc..5c1f1f40672a51266f7c8ea59cb785e57dc441f0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build goexperiment.regabireflect
-// +build goexperiment.regabireflect
 
 // This file contains tests specific to making sure the register ABI
 // works in a bunch of contexts in the runtime.
index 7ff5f26bfb89a8f01e2f1d7daaceea1f254192ee..a22b56bb079e9c4c275aee7e5ee52d530911e401 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build asan
-// +build asan
 
 package runtime
 
index dad069bbe65a363a89b11761159fe13294c8ffac..d5478d6bee87b48efebbdcba565b98f52243b9d0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !asan
-// +build !asan
 
 // Dummy ASan support API, used when not built with -asan.
 
index 3178f1a154cec36bafe578cb6379b2b452316454..5d473cab5ca482c1a16fc491caef8869e7a2717e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !linux && !darwin && !dragonfly && !freebsd && !netbsd && !solaris
-// +build !linux,!darwin,!dragonfly,!freebsd,!netbsd,!solaris
 
 package runtime
 
index 7302c1eedfa64625d03e3eef41c35aef4605c882..dae31a8fcde16c79a3f9bc2f8bbbcf2068455b4f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || linux
-// +build darwin linux
 
 package cgo
 
index cfa6fe86e2f360e04bba3edc5037b57387c56af9..36d70e34e2d39f0d4eb4cea3221d1fe5c2d31cbb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly
-// +build dragonfly
 
 package cgo
 
index d56702ec704b2ac5e48805855d7556d6e1fab787..2d9f6245b5436096ae3105845c49b565c95d9ea1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build freebsd
-// +build freebsd
 
 package cgo
 
index 070d531beeb5d7cb12464bbc40837b1d4e36a6ee..1d6fe03917b819de0d0806605eed83a1d742874e 100644 (file)
@@ -6,7 +6,6 @@
 // corresponding cgo->libc (nptl) wrappers for various system calls.
 
 //go:build linux
-// +build linux
 
 package cgo
 
index 347ae6b363f0023f69cc146afe688278d4fe7b89..eae0a9e7cc859d2339fd48bed0b299e991ca564b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (linux && amd64) || (linux && arm64)
-// +build linux,amd64 linux,arm64
 
 package cgo
 
index 7e17d1fcd257069849d372845ecd0747489fdb8f..8a8018b7a89b5c8dd47eeb48990b4db314a616d5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build netbsd
-// +build netbsd
 
 package cgo
 
index f6215613c33419caa3e4ac6eb54249c307e9ca2c..872d02e3345bf3d7e0f7c6cb03492eda477f5370 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd
-// +build openbsd
 
 package cgo
 
index e6e8040ae088c8dec9d3dfecc92ffc38664e034d..0f4780a945810819f27cdd31e538d894172f8cef 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package cgo
 
index 692fd2675f9475febed88480b615584c2d663fef..dc714f7ef4a3b08b06231a534591fa6b3c92a46e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (linux && amd64) || (freebsd && amd64) || (linux && arm64) || (linux && ppc64le)
-// +build linux,amd64 freebsd,amd64 linux,arm64 linux,ppc64le
 
 package cgo
 
index 17d26b4cc82f66569eed91fde308f41ec157b8c1..0cb25bdcdab3227b04b91fa0099dcbbfe9edaf5e 100644 (file)
@@ -5,7 +5,6 @@
 // Support for memory sanitizer. See runtime/cgo/mmap.go.
 
 //go:build (linux && amd64) || (linux && arm64)
-// +build linux,amd64 linux,arm64
 
 package runtime
 
index 4dc92ea3211b87d39863c0da10c684cfed8a1786..97b962e40f69f80afe3ade4afe123a64710c6607 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
 
 package runtime
 
index 6099d1b746f80a3803c9e21c2d3a19125168b18c..7e8ae282756b48413c18e99628cfef5d1c279288 100644 (file)
@@ -5,7 +5,6 @@
 // Support for sanitizers. See runtime/cgo/sigaction.go.
 
 //go:build (linux && amd64) || (freebsd && amd64) || (linux && arm64) || (linux && ppc64le)
-// +build linux,amd64 freebsd,amd64 linux,arm64 linux,ppc64le
 
 package runtime
 
index 7c926f4a2b88248e1fc3d6b2946b7b905553f991..2cf324033338d5d8699a32eabb8258be10493b4c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !arm && !arm64 && !mips64 && !mips64le && !mips && !mipsle && !wasm
-// +build !arm,!arm64,!mips64,!mips64le,!mips,!mipsle,!wasm
 
 package runtime
 
index c0d4569462cadbbefb674eb3b1118107803d3b32..e6d1742a384a63549e10a8cdb3437b9d96d2c4d7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build cgo
-// +build cgo
 
 package runtime_test
 
index 5f61476f217069a841cb0e3d4d62822d24fdeba0..73c1cd3101f0533a766d53944a347d2f71eb3bc4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows || plan9 || (js && wasm)
-// +build windows plan9 js,wasm
 
 package runtime_test
 
index 694cc3d138b73e42640b23f31785f8f67f005200..0d9d22aa49ff31b33885648b6a7ee95b5fa229ab 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package runtime_test
 
index 65f9555f3761c55022fe2a4e8ddc7ebf58e1207e..ec5294ce4ce7662934c0d9063fd4a940cf6d8303 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd
-// +build aix darwin dragonfly freebsd linux netbsd openbsd
 
 // TODO: test on Windows?
 
index f74383457f36765f07fb3ed9e8a41d461b37e16d..b5db7a55f1b261c34ddb62fe20eec21cb70e5de0 100644 (file)
@@ -10,7 +10,6 @@
 // point.
 
 //go:build amd64 && linux && !race
-// +build amd64,linux,!race
 
 package runtime_test
 
index a1440f7649d44a14a39ccecf38cec9fe51b88144..005a259f2831cdb56925a59acdfaad54bde44000 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64
-// +build amd64
 
 package runtime
 
index dd3815699929411a86170237417b1f4f6b6e0656..fa3be39c70f83449c279caa070bc07aaa6f718c4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !debuglog
-// +build !debuglog
 
 package runtime
 
index 2fcdbe70d14428e4f805f27b360a69e062661e90..b8150202251b36eeda9d16244e26da2aee0bab08 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build debuglog
-// +build debuglog
 
 package runtime
 
index df9c05dd5ed14702dabc22ff20e849c55c5bbf02..709f19e599910d2f8035a9956ef422cbdfa6f375 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -cdefs
index d016db7d027cf624c1cabe9553b6554ddf13aef6..41ad73576f15af06b2ca6fed5f347459c0a4eaa0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
  * Input to cgo -cdefs
index 0a06aa2370725b4f8c354007a30bf673687200a3..99479aad06191ebb496c0bde0a5fa72c26c41f17 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -cdefs
index 1605002ea20b9dbd21602efc904178c8742ff945..b794cd5de8b2da354cdd988cdbc14850daa42cc4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs
index f84ff1160d0df517db666395640e55293c83a9e2..4e20c858411d9b344d9fb1032fda46a51b4f7941 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix
-// +build aix
 
 package runtime
 
index f6b6dd2c09e58a6529f7f95bda3deb9c3bb659b6..805735bd0eef8c68f705bd9ecdaa5bf6c6b94455 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index 2d41a97b5741b0630ed9027a93551d97cca31a84..59b81cf7136e24ba11bb42b7ec4e5f7813f60ca4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index aca2bf9001e82a296cffcaa0707edce29ddc7a58..47a2e4d1232537d1a3606c7c62c93f92662afb3b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index c258759549c8b96ace028097d6bc1c2431c1b820..9ba97c84596bd30d4e2eaa8110e5303c255d0561 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index 7c3167032f46900a0dd64a364a44e7aac772a5d2..fa94e388f45bbdd35341a678b6592dc5a44da4c1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -cdefs
index 1743bbce4192c4bc756e470007b60f57afd371e5..63433cb9be56bd502a1b57aa48e6d6e7bacf4609 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (mips64 || mips64le) && linux
-// +build mips64 mips64le
-// +build linux
 
 package runtime
 
index e84d4979e1328c53a3934f0009cc5e10b5cf504d..ffbf5051eba1ade4f9694009de1d6830eddb7c28 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (mips || mipsle) && linux
-// +build mips mipsle
-// +build linux
 
 package runtime
 
index 755992d18e03591b9e5df75864045f9eb0a6438a..df8bc579f2556ab2e6d42fbfc21c98ac7ce9a2cb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index 03c9c2de59e5e6376068cadb8852d4bc44e0951d..2943ea3f13eebf78e4039b0c6b3812531abacede 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index 9fda1d7d22657269f7d046de9c69ab6be02a08e2..33d80ff53c0ccc5a0bccd99171f9d98b3d4cb078 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index e7f4f6cece7ac15f44a87016541a96e53267bab9..74b37527df66a6a0912008e43ed8861f64cf2bc5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index f818dc445396f1d2c397a46b78a471b4ba31a206..ec7d82a33cf018e12316de8ad70c80c42e463680 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index e644f9c6ddd5afc1a8cec2098b869286b60cf237..ec16c9dcce94afa5cd9b5d4a7d8daae5c124071c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index a0b38319a5ddcaf051211fdb5b19ad95cec59940..56e4b38c5e43842747ee534feee62acd349e27db 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo.
index 95517b2a958808e26e50d7768b7c8364aa10e6ae..44086c1d6341b47c8eca577db42b639231b5e1f2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows || plan9
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows plan9
 
 package runtime
 
index 5009003d27d7cbfed6a0dd7b6c65e317ab7f1a37..81f73925d58c2f6eb72803e2fc1e5afb2c72f7a2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 && linux && !goexperiment.regabiargs
-// +build amd64,linux,!goexperiment.regabiargs
 
 package runtime
 
index e1b72efd0f765ed6087eb6f9d0df3e47b27e2911..7d1ab6888e63e83fb3376fb0ae252a23567d360c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 && linux && goexperiment.regabiargs
-// +build amd64,linux,goexperiment.regabiargs
 
 package runtime
 
index a2cef02cf863becfca3d63d81323c89e057d1705..032a9b9725d9b260141926d3f3fb53ca65a67752 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 && linux
-// +build amd64,linux
 
 package runtime
 
index 34c970d6d2d337d065450a8a51647ab791e282fc..03157d8eed3e612c34ec6fd0222acf49233fa235 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux
-// +build dragonfly freebsd linux
 
 package runtime
 
index bf4a81589916cc55d68d566a3157875cbf93eae1..f9c3229316a1fa2f83a7589763ce53aa57c1b512 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 // Export guts for testing.
 
index 26d8b7d185948aef22540176d5be6a0abc41961e..bdf39c60dfcf72c0577d4315b7e4aeb1d6a7d965 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build dragonfly freebsd linux netbsd openbsd solaris
 
 package runtime
 
index a0c6c0440d8d94447157f28f762bc1587ca7ab09..0583039982ebbc909af45356c4770f8311a1d5f2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin
-// +build aix darwin
 
 package runtime
 
index 215e234286b1c025d720f64f3d79180983c29eee..9f046b95e043ba3a7896ad207921856eacffcfba 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package runtime
 
index 10a735327a7357b59e2a40946295c7668b0295e1..188d0c6525219649781c0806f8d756071615f402 100644 (file)
@@ -7,8 +7,6 @@
 // the test.
 
 //go:build (dragonfly || freebsd || linux) && !race
-// +build dragonfly freebsd linux
-// +build !race
 
 package runtime_test
 
index 7c22c76b875c37c630a1042c2b3dbf1e90b89059..0616c7dd050751eaab48674c8f49a667988b4a34 100644 (file)
@@ -6,7 +6,6 @@
 // wyhash: https://github.com/wangyi-fudan/wyhash/blob/ceb019b530e2c1c14d70b79bfa2bc49de7d95bc1/Modern%20Non-Cryptographic%20Hash%20Function%20and%20Pseudorandom%20Number%20Generator.pdf
 
 //go:build 386 || arm || mips || mipsle
-// +build 386 arm mips mipsle
 
 package runtime
 
index 5f7d00bf7f087af57d7f3b73a1509a56b2fa0022..f773eb929cd3bedd596f64d5cbc9283b62bd14d0 100644 (file)
@@ -6,7 +6,6 @@
 // wyhash: https://github.com/wangyi-fudan/wyhash
 
 //go:build amd64 || arm64 || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x || wasm
-// +build amd64 arm64 mips64 mips64le ppc64 ppc64le riscv64 s390x wasm
 
 package runtime
 
index d4aed6b6717da97ab96463b58f7f15d95b8d4ea4..27a77ec37a90e8216ea0410451374b718cdc8df5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386
-// +build 386
 
 package atomic
 
index 2e9374ca269dd63a7a0c809f5d9ab245b5be19ea..e2539b6c7ec5e7f070ae7e48483c2ae4abdc7dcd 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm
-// +build arm
 
 package atomic
 
index dbb1796ec0941abc9820b53763f77b93565f088b..459fb9978db30afff6a0c5ea52798f9c385ee18b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64
-// +build arm64
 
 package atomic
 
index 5b407ebc7a5918006993978db2360a5f4570bd03..1e12b83801dba27180e78026adc2eb76ead3a088 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips64 || mips64le
-// +build mips64 mips64le
 
 package atomic
 
index 80cd65b33388ab4e432d2d85499045857eb65937..e552e5749528122aaafb4d62c448dc59ce6ad42b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips || mipsle
-// +build mips mipsle
 
 // Export some functions via linkname to assembly in sync/atomic.
 //go:linkname Xadd64
index 98101e3287823a0807a9bd5b204e82bf76a607c2..998d16e3f6862dcfae609432932ffe6dbf57cbe5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
 
 package atomic
 
index e7544ba4484f079143149056cec80021843ef127..7df8d9c86329ee49a3abd1f069d66608cb4ebd6d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !wasm
-// +build !wasm
 
 package atomic
 
index 9e5ed68419b01c28e6a8c1913df765a4a192e707..43c1ba2709639dece82b4ef01cd1b168f2cf2524 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64 || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x || wasm
-// +build amd64 arm64 mips64 mips64le ppc64 ppc64le riscv64 s390x wasm
 
 package atomic
 
index e76d8dd064616a2866047dbb40c0408c40d70eb1..5af49011e9e65549e10829b6358617a0c6b20172 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !386
-// +build !386
 
 // TODO finish intrinsifying 386, deadcode the assembly, remove build tags, merge w/ intrinsics_common
 // TODO replace all uses of CtzXX with TrailingZerosXX; they are the same.
index bf1494d48aac7b787cdf381d7ba70c6f04876be5..a020652f7604b39c40798983b66fcfd03e210f9a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386
-// +build 386
 
 package sys
 
index c00f0965bd63b1f40e46e40bca929a7979079363..405923cc34e7425d8cfed647b0762c3471fd6131 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || arm || mips || mipsle
-// +build 386 arm mips mipsle
 
 package runtime
 
index 4812dd1156572437938a16ad9c78ab96b5dce9a7..3f0e48089774a7ae561f47ac69758558bf93598d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || arm64 || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x || wasm
-// +build amd64 arm64 mips64 mips64le ppc64 ppc64le riscv64 s390x wasm
 
 package runtime
 
index 578bce04149baab781e738fa2779a14ec5d6ec6a..e7b3cdc46a9ea8b4c9c908dcbdf3154eb9d4568c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build libfuzzer
-// +build libfuzzer
 
 package runtime
 
index e4c8d01941d196d46ad670d66396ab8ee85f05fe..575df7a1d57086db73da1af1da4cd94237a663af 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux
-// +build dragonfly freebsd linux
 
 package runtime
 
index 0ca3512baf3c8313542cfe214057ef11772e917c..80ee50da3513cf71541e358392e0358c250ea323 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package runtime
 
index 7a6af28b561399aa45913e034db07202033ce1da..db36df1f375b377c54627df90786c0e8be91b0e1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || netbsd || openbsd || plan9 || solaris || windows
-// +build aix darwin netbsd openbsd plan9 solaris windows
 
 package runtime
 
index f3d2c009145766c448a9a71a5ca3d4c0cd1f6c96..daa45b542dd330d918a7f2594d89829032b57e50 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !goexperiment.staticlockranking
-// +build !goexperiment.staticlockranking
 
 package runtime
 
index fc8d2dc8d1179fd1813561ff0a6283550b7a0bfe..3c8c367c19fbb53700e3023e903f63b17b2703be 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build goexperiment.staticlockranking
-// +build goexperiment.staticlockranking
 
 package runtime
 
index dcbb9a1d51ee5222cc902776e54f54c909b66e02..b1525717921d1d588d27a7a9e73ee71bce95d283 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || netbsd || openbsd || solaris
-// +build dragonfly freebsd netbsd openbsd solaris
 
 package runtime
 
index fe940360c0e19a06243325d49bc0073477a842c3..4ca486ac4b74a41447fd3ba60d06c7f8162fc146 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package runtime
 
index f3c3d8dfb58dd3622010a801a61bf55bdcbd278a..d05158975fc44bc29bb157c622c1789a418763b0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // runtime·duffzero is a Duff's device for zeroing memory.
 // The compiler jumps to computed addresses within
index 8d78a3923a094be383eaebbbce64d519c579c45a..a55f54751c91bc4ada7a7c434f4d506d5fc389d2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // fastlog2Table contains log2 approximations for 5 binary digits.
 // This is used to implement fastlog2, which is used for heap sampling.
index d87446d03618420b828d8733e24e3733acbbcdc8..acfb518d106803f3197cbafdd5029e62463e301d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // mkpreempt generates the asyncPreempt functions for each
 // architecture.
index b1b10e9e0230a9976968a4b7cf84a9ee2d746eda..64ed84432923081e04e2be0ee429cb612b80154c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // Generate tables for small malloc size classes.
 //
index 7460eb31046fa895127156e2f68c11e593a5ef7a..3280a62e8dd9e43806c12dfeefc22af261205493 100644 (file)
@@ -3,15 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !aix && !darwin && !js && (!linux || !amd64) && (!linux || !arm64) && !openbsd && !plan9 && !solaris && !windows
-// +build !aix
-// +build !darwin
-// +build !js
-// +build !linux !amd64
-// +build !linux !arm64
-// +build !openbsd
-// +build !plan9
-// +build !solaris
-// +build !windows
 
 package runtime
 
index fceb4e7a187b7a6d3a0ff060da84ea92a02e8277..1d863f2fdaa7c8117319257fcc1aef9912d574d6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || arm || mips || mipsle || wasm || (ios && arm64)
-// +build 386 arm mips mipsle wasm ios,arm64
 
 // wasm is a treated as a 32-bit architecture for the purposes of the page
 // allocator, even though it has 64-bit pointers. This is because any wasm
index 16577346a7fbe2c30742875f56b4c6b6d4cac0af..782628c91d05b211cd54be48bb6cc7a8bb780c71 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || (!ios && arm64) || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x
-// +build amd64 !ios,arm64 mips64 mips64le ppc64 ppc64le riscv64 s390x
 
 // See mpagealloc_32bit.go for why ios/arm64 is excluded here.
 
index 25aaf94e26cec2a46c4672b9bcc612a7ee96bd3d..902a1e9e744b3d4ed38fc53b55a610d61e58e31b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build msan
-// +build msan
 
 package runtime
 
index b1096a6750e5d249dc132c92acf755ed7fe7fcce..2f5fd2d98216e542040e3bdab59c9084bd9037ab 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !msan
-// +build !msan
 
 // Dummy MSan support API, used when not built with -msan.
 
index 076a722eb73eba50eef9eb4a3a7ed4e501c51da5..a9c8987438defec3b430b7657db746d16dbf3de9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || solaris
-// +build aix darwin solaris
 
 package runtime_test
 
index 6d5e4ff0215a082f70556fe607981e82ef2c9a8d..97607fa2cf7a1bca191c01b10bc2072a73ff2f6c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
 
 package runtime_test
 
index b17257e9ec3649ba4cf5eebe671f5897648d5e88..408e1ec410fec434b125060d6470fe597d71b01a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin
-// +build aix darwin
 
 package runtime
 
index f22b2b591fd592806ba7b4df5de67222464a51a2..6a555bcd9970d9640780ee6984d0fe92cddb8d06 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build dragonfly freebsd linux netbsd openbsd solaris
 
 package runtime
 
index 1d6a9b525c8850e29074bba7b931a650433cb1dd..36342cfde832aa3150bbf97d4dbfbb24df47b0f0 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package runtime_test
 
index 1008b4422cc90b64af3689d994b35fe7b914cf21..f60e62dec718b8f3343e1bdd1e342f133929ec08 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
 
 package runtime
 
index 371ac59f8e2ec06327069c328fb77d5ddf2e3627..e0fb877d50858ba869df51e3e3205fc2dee8ef86 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux
-// +build linux
 
 package runtime
 
index 8366f289144cf4f377d6e7ed94271d3caadca56c..de1dcae7acf8123e8a1dc0fe3ab2634a6d289960 100644 (file)
@@ -6,7 +6,6 @@
 // Should never be used, because wasm/js network connections do not honor "SetNonblock".
 
 //go:build js && wasm
-// +build js,wasm
 
 package runtime
 
index 80d1b0cf18a17a9ab786599d91c44fb59f69db99..2f7f2848d296a6ee2c3fc035452cfe2d3297314c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
 
 package runtime
 
index 33ab8eba58cc48a36f81763b8559f67b26b9a858..d0a63bca866f66680cd80ac2c762a693ab0d9f1d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package runtime
 
index b199aa633c12708c1361bc9c9af5e3c110e7b622..b188a2e88b7c8c24077a2f1dd75d5813697a07f8 100644 (file)
@@ -4,7 +4,6 @@
 
 // The file contains tests that cannot run under race detector for some reason.
 //go:build !race
-// +build !race
 
 package runtime_test
 
index 9ad5dde3829924d338010a2e7df96b70a8784d3f..d49f2ec0dfd9187e2b9a27db1c6590f975c9bcf7 100644 (file)
@@ -4,7 +4,6 @@
 
 // The file contains tests that cannot run under race detector for some reason.
 //go:build !race
-// +build !race
 
 package runtime_test
 
index c21da4ddaaf7ad85394a94580964e395334fb29e..aeff593d50b39e5f6845d0c61ab6af2b55d16647 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix
-// +build aix
 
 package runtime
 
index 7e266dc27e2c62a34b74b35a5be352fdaf5e89c1..3eaedf0b8b99a805a732a1799d305edada6c4ea1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build freebsd && !amd64
-// +build freebsd,!amd64
 
 package runtime
 
index 8fe0cb6718f14d2f62577146058f35115e8e8e50..1d9452bda5fc33b5650a225a97e977bdb56fcfe8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build freebsd && !arm
-// +build freebsd,!arm
 
 package runtime
 
index 52b64e76027648239fe16ed75a6a95334bc82f2e..9ed916705bc517e906f1f1618fc0e58ae3492277 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package runtime
 
index 5260f22f57396b44468b699cf849b254884963a9..2daa56fce75e533b8546f9dd75603bc5d8137243 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build arm64
-// +build arm64
 
 package runtime
 
index 498d7cec6d8e4502f01c91c992516d7939460071..537515fcf25a8f166a4e043a828f3348d2af9c4d 100644 (file)
@@ -5,8 +5,6 @@
 // The standard Linux sigset type on big-endian 64-bit machines.
 
 //go:build linux && (ppc64 || s390x)
-// +build linux
-// +build ppc64 s390x
 
 package runtime
 
index fe1973dbde6ce06a3bd359d3e53a4edbd9f30acc..bed9e66e156e2c72e1cd30f71b40fb790343908d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !mips && !mipsle && !mips64 && !mips64le && !s390x && !ppc64 && linux
-// +build !mips,!mipsle,!mips64,!mips64le,!s390x,!ppc64,linux
 
 package runtime
 
index bd76442dbd843219bff013e64d5662436bb002f3..188db0103481d769d0c96d57b59a3bcad4fdc64c 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (mips64 || mips64le)
-// +build linux
-// +build mips64 mips64le
 
 package runtime
 
index ef8b3f7d4348230ad17663105c3966880661044d..73016f81d91b7c8beb375870f63acf2f2bb84448 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (mips || mipsle)
-// +build linux
-// +build mips mipsle
 
 package runtime
 
index 59b5aacaebc318a142d4e8cc0bcdcf143c5ac66e..7b84f713d64c3bcf6e1e2ddf4cec81b3ec66d928 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && !arm && !arm64 && !mips && !mipsle && !mips64 && !mips64le && !s390x && !ppc64 && !ppc64le
-// +build linux,!arm,!arm64,!mips,!mipsle,!mips64,!mips64le,!s390x,!ppc64,!ppc64le
 
 package runtime
 
index 7e93d2ba830197b31e2a82540755a331e16c2b50..b06716dc6a1c7e1e568800ecaddfcb0c8e0138db 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && !386 && !amd64 && !arm && !arm64 && !mips64 && !mips64le && !ppc64 && !ppc64le && !riscv64
-// +build linux,!386,!amd64,!arm,!arm64,!mips64,!mips64le,!ppc64,!ppc64le,!riscv64
 
 package runtime
 
index c093d2ec0f593013d479a8c8f10fe958b4940d12..25d7ccc0356c1659ec7e464f88bee6c8d6d3d9a2 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (ppc64 || ppc64le)
-// +build linux
-// +build ppc64 ppc64le
 
 package runtime
 
index 5667774d82f055569923a94cef5f1081660a4339..c88f61fa2e99e681fe93838ae20e53ab67369af5 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (386 || amd64)
-// +build linux
-// +build 386 amd64
 
 package runtime
 
index 6134b6c02f20683f7f1d35e37e1e0e8a08c4485b..a5775961e8fa876ff437b80df538ceecb3ee3175 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !openbsd
-// +build !openbsd
 
 package runtime
 
index 3829683c807186b38ae75c84bccb22a641658ac4..0c72500674f72e1bbb48b22dbcbb0ee915ff7c3b 100644 (file)
@@ -5,7 +5,6 @@
 // Solaris code that doesn't also apply to illumos.
 
 //go:build !illumos
-// +build !illumos
 
 package runtime
 
index 981e49827fbd99a09181a86e02e5c1b5c7f28365..ff21eccb4b5759d0f31cbe9df243964023fb5564 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && !mips64
-// +build openbsd,!mips64
 
 package runtime
 
index 1ddee1864e415150ef9eca6b48699c5c564b30a9..8128c20453b8242629d0a996a2605a9f6d32c1c7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && mips64
-// +build openbsd,mips64
 
 package runtime
 
index c20ee8300e3001a8771133b6d73c2b5ad38fade0..d32894ba6a38b29d70afd6ad4f777237c2aaf684 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && mips64
-// +build openbsd,mips64
 
 package runtime
 
index af1997131feba964e06521a75f99ae5a2d8d0486..99542fb2de161786d8974b17fb96d3476205b99e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && mips64
-// +build openbsd,mips64
 
 package runtime
 
index acbdd1ff458d6210d96a08c3b564d72a2b39b023..fa3f2bf2f8bdf12f8a4d0af251425e84083b9782 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build 386 || arm || mips || mipsle
-// +build 386 arm mips mipsle
 
 package runtime
 
index b4680fbdee99ecb6c79a32e6e591745ec2664175..b44b32aed2a81d6b3083636b5fae93883aaa3452 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package pprof
 
@@ -105,31 +104,31 @@ func TestMemoryProfiler(t *testing.T) {
        }{{
                stk: []string{"runtime/pprof.allocatePersistent1K", "runtime/pprof.TestMemoryProfiler"},
                legacy: fmt.Sprintf(`%v: %v \[%v: %v\] @ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+
-#      0x[0-9,a-f]+    runtime/pprof\.allocatePersistent1K\+0x[0-9,a-f]+       .*/runtime/pprof/mprof_test\.go:48
-#      0x[0-9,a-f]+    runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test\.go:83
+#      0x[0-9,a-f]+    runtime/pprof\.allocatePersistent1K\+0x[0-9,a-f]+       .*/runtime/pprof/mprof_test\.go:47
+#      0x[0-9,a-f]+    runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test\.go:82
 `, 32*memoryProfilerRun, 1024*memoryProfilerRun, 32*memoryProfilerRun, 1024*memoryProfilerRun),
        }, {
                stk: []string{"runtime/pprof.allocateTransient1M", "runtime/pprof.TestMemoryProfiler"},
                legacy: fmt.Sprintf(`0: 0 \[%v: %v\] @ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+
-#      0x[0-9,a-f]+    runtime/pprof\.allocateTransient1M\+0x[0-9,a-f]+        .*/runtime/pprof/mprof_test.go:25
-#      0x[0-9,a-f]+    runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:80
+#      0x[0-9,a-f]+    runtime/pprof\.allocateTransient1M\+0x[0-9,a-f]+        .*/runtime/pprof/mprof_test.go:24
+#      0x[0-9,a-f]+    runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:79
 `, (1<<10)*memoryProfilerRun, (1<<20)*memoryProfilerRun),
        }, {
                stk: []string{"runtime/pprof.allocateTransient2M", "runtime/pprof.TestMemoryProfiler"},
                legacy: fmt.Sprintf(`0: 0 \[%v: %v\] @ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+
-#      0x[0-9,a-f]+    runtime/pprof\.allocateTransient2M\+0x[0-9,a-f]+        .*/runtime/pprof/mprof_test.go:31
-#      0x[0-9,a-f]+    runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:81
+#      0x[0-9,a-f]+    runtime/pprof\.allocateTransient2M\+0x[0-9,a-f]+        .*/runtime/pprof/mprof_test.go:30
+#      0x[0-9,a-f]+    runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:80
 `, memoryProfilerRun, (2<<20)*memoryProfilerRun),
        }, {
                stk: []string{"runtime/pprof.allocateTransient2MInline", "runtime/pprof.TestMemoryProfiler"},
                legacy: fmt.Sprintf(`0: 0 \[%v: %v\] @ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+
-#      0x[0-9,a-f]+    runtime/pprof\.allocateTransient2MInline\+0x[0-9,a-f]+  .*/runtime/pprof/mprof_test.go:35
-#      0x[0-9,a-f]+    runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:82
+#      0x[0-9,a-f]+    runtime/pprof\.allocateTransient2MInline\+0x[0-9,a-f]+  .*/runtime/pprof/mprof_test.go:34
+#      0x[0-9,a-f]+    runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:81
 `, memoryProfilerRun, (2<<20)*memoryProfilerRun),
        }, {
                stk: []string{"runtime/pprof.allocateReflectTransient"},
                legacy: fmt.Sprintf(`0: 0 \[%v: %v\] @( 0x[0-9,a-f]+)+
-#      0x[0-9,a-f]+    runtime/pprof\.allocateReflectTransient\+0x[0-9,a-f]+   .*/runtime/pprof/mprof_test.go:56
+#      0x[0-9,a-f]+    runtime/pprof\.allocateReflectTransient\+0x[0-9,a-f]+   .*/runtime/pprof/mprof_test.go:55
 `, memoryProfilerRun, (2<<20)*memoryProfilerRun),
        }}
 
index e175dd380cfb62d51f2a48a8baa83a642a977c79..cbc5176cfa063b3b09e52ebfb7150fb714798922 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !darwin && !linux
-// +build !darwin,!linux
 
 package pprof
 
index 269f21bc2f93c520d7b280af186318ad2a431627..46263fedd965da6d97598d81527ed1475ce1b3e7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || linux
-// +build darwin linux
 
 package pprof
 
index 03ff55b541594da0f9e51d99d6de4283253bd0ca..06e0274e9abb3ff57d1375eb4838b56b8afea0a1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 package pprof
 
index 66b1b3bbe10f8d244d09e35f2e5a5b8c6e972d9a..b0d651e0ebb20197e2e4601464f9990871e9c58e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || freebsd || linux || netbsd || openbsd
-// +build darwin freebsd linux netbsd openbsd
 
 package pprof
 
index 365e86a611a4daa8c56ff827b7ceed5c2ce5887e..d6a2408cb7cd2edb30f6df876abf60c8fd0e523e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows
-// +build !windows
 
 package runtime
 
index 7eaa9d2b721dbdb08093ae7f2631bff4b7c71e4d..e019923bb5c67109f0fad3f6d0bd6dd219d50426 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build race
-// +build race
 
 package runtime
 
index 63fcd847dc7e6c3100e62270f5d6b54cc424b669..46cdfcd0e98b65d7825ccbfd46fdba46fc58083f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build race
-// +build race
 
 package race_test
 
index 84050e877111818583a9ac4d074989418a7ef2a5..63fa83ff146c922e78a1b8a9e71e7c31c7e6cdf1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (race && linux && amd64) || (race && freebsd && amd64) || (race && netbsd && amd64) || (race && darwin && amd64) || (race && windows && amd64) || (race && linux && ppc64le) || (race && linux && arm64) || (race && darwin && arm64) || (race && openbsd && amd64)
-// +build race,linux,amd64 race,freebsd,amd64 race,netbsd,amd64 race,darwin,amd64 race,windows,amd64 race,linux,ppc64le race,linux,arm64 race,darwin,arm64 race,openbsd,amd64
 
 package race
 
index 9c0d48d6bda6c589cb6961f70f7b11704ac0c591..e8a2d0fd8c91c44e0c9b3aa100b97280e21a02e8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && race
-// +build linux,race
 
 package race_test
 
index 8c880b857007a1157a66131fa07dadd8d943e694..1677e139865cddeba725e538a9cf236694625919 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build race
-// +build race
 
 // This program is used to verify the race detector
 // by running the tests and parsing their output.
index acd6e47f9827645b6b82d56694382f9bf33e621b..6cc0730589f33b37aa6a00699237d2df635f3a4b 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build race && (darwin || freebsd || linux)
-// +build race
-// +build darwin freebsd linux
 
 package race_test
 
index e490d766dd05ddb91880abf05b0421a3fdc9f2d2..143b483f97f8903c3e76c38843c9730bbbd0ec67 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows && race
-// +build windows,race
 
 package race_test
 
index e904ebd20d8c1c699407e374404acaff217aedb2..9fe83ea11d35e5acb03aa199f9e62e9e57179a82 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build race
-// +build race
 
 package race_test
 
index f5095737a4f632e97770c953094c3ac4ae17f236..2f1a91cab1d9c12b5d7b02481f77b1e512217c2c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build race
-// +build race
 
 package race
 
index f11f8456a0fd4a95ae6417ac813fba6c112ca03e..dd59005564273abc0749742c99bd3bdb8151d495 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build race
-// +build race
 
 package race_test
 
index 0e431b8103e060323b4080a096aa59451335cf28..f36d4387c74fe2bd46178982f00d4fe9ab322df6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !race
-// +build !race
 
 // Dummy race detection API, used when not built with -race.
 
index 5b92879c20bc5ce3dba3b9063349c527e235bbc2..e507702fc10e83a94b4205b6540ebd3b699cfb3e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows
-// +build !windows
 
 package runtime
 
index f71f8afa5746aeb115bf233a3d238de8ee61ec06..9323c093557da405d35b45b569210d64f749cd1f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package runtime_test
 
index 0251c676e6df6b171c38752a4e2f9671a29bc2be..642a9462803a998d8ecaf13a8af46d0dce508b0c 100644 (file)
@@ -7,7 +7,6 @@
 // and Close(-1) is nearly universally fast.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || plan9
-// +build aix darwin dragonfly freebsd linux netbsd openbsd plan9
 
 package runtime_test
 
index 905e932b7d857efb1643e9fc314b7693a1222a45..cf4ef1820849a425a6b066ce37888b98e123f17e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !plan9 && !windows && !js
-// +build !plan9,!windows,!js
 
 package runtime_test
 
index 30050efcc78a022bead6ffa9961a9b425a7fe29b..05f44f65dbcd5614499fd1a0e2393ffdb0bc213b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (linux && !amd64 && !arm64 && !ppc64le) || (freebsd && !amd64)
-// +build linux,!amd64,!arm64,!ppc64le freebsd,!amd64
 
 package runtime
 
index 69a59e6dcff2a9e60ce336a1513b9b4afac5d7b2..aa66032caa361a163cbb8d04eecf9f2c0c531ad3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
 
 package runtime
 
index 5999d9dc3d01d407d4999eaa191a2fff0ffbf79c..c6cb91a0a25731e06804ef9552f3d3219ae1852f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix
-// +build aix
 
 package runtime
 
index 20490cffbf5174f08503296fef6d36ac0606bbfd..67a21950d715b37f33a0924fc5dfcb43eb1b3652 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 && (darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris)
-// +build amd64
-// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package runtime
 
index a0780788f809fc7a04fa7ca5d173cdea1325f89f..fff302f4d4b92b9cfac520b7660ea8c4a1a11ab3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
 
 package runtime
 
index 9d4a8b8a99d54e6516418b84e44d8d7908b0d9d5..771585a8f9b392e58c9dda4cd4968c2c8ebba60a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || freebsd || linux || netbsd || openbsd
-// +build darwin freebsd linux netbsd openbsd
 
 package runtime
 
index e62d6a93fd2fe9a0a1079ba9623560a138f251d8..9c2a286001660308f566c0fa72997df63df9197b 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (mips64 || mips64le)
-// +build linux
-// +build mips64 mips64le
 
 package runtime
 
index f3969c5aac4a7468fd275ca2ea6617c36a9664ce..f11bfc9b3a2c79072f6d57a8d5b84fd8e60fc1c4 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (mips || mipsle)
-// +build linux
-// +build mips mipsle
 
 package runtime
 
index d2eeb39eadd39c66a1b75576097e0c485f896fd7..31754289ece3674ec3d0dfd6c5ae3ec1d775a102 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (ppc64 || ppc64le)
-// +build linux
-// +build ppc64 ppc64le
 
 package runtime
 
index 87dfa724c4758e7c75b0b60fe21411288ecf4ea5..cee1bf7a1b23dcd1d566fe77138c9d343120c592 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (linux || openbsd) && (mips64 || mips64le)
-// +build linux openbsd
-// +build mips64 mips64le
 
 package runtime
 
index 5067799bd6bd75368eac70205db44a38b906849d..ba92655152e84b2dc791892d6da9228f8669e8f6 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (mips || mipsle)
-// +build linux
-// +build mips mipsle
 
 package runtime
 
index 8a39d59957695ce14af2624fb51cf3b2ef8f2d19..bdd354026cb0ad04c8eb61b78692cf4ed3d7a3c4 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (aix || linux) && (ppc64 || ppc64le)
-// +build aix linux
-// +build ppc64 ppc64le
 
 package runtime
 
index 8a24e4e36a9977f2c91ac982f0c6dc6a2ed693d3..5eeb227aa05862f92a801865e464f785f4d281f3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && riscv64
-// +build linux,riscv64
 
 package runtime
 
index 8854629224ddf70e1e4173bbbff21890da45620e..7c454437e4dc300d35ff9f52229aeaf0f59da1fc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package runtime
 
index 1b7cb9d4c453aeb930fbe11a5403205a1b643ace..7c88ab573eab2ad033a5d087f2736e30b4664e2a 100644 (file)
@@ -1,5 +1,4 @@
 //go:build windows
-// +build windows
 
 package runtime_test
 
index 6c91fb3fb3538c7202451ffd2960c2c3fb9fb40e..7b84a0ef65742d211baeebcd6d22f6f8e13814b4 100644 (file)
@@ -29,7 +29,6 @@
 // nor deadlocks.
 
 //go:build !plan9
-// +build !plan9
 
 package runtime
 
index e23446bea47b776bf48189390f2906f3a24f0176..fb1a517fa5733078880642f5baf3d2566a6484e8 100644 (file)
@@ -8,7 +8,6 @@
 // those functions. These functions will never be called.
 
 //go:build !darwin && !plan9
-// +build !darwin,!plan9
 
 package runtime
 
index dc1debddab3c4f4d90a4187dc15cfdc4999fa8ec..fe93bbafb5988ae65990f9452882296f05882f59 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !mips && !mipsle && !mips64 && !mips64le && linux
-// +build !mips,!mipsle,!mips64,!mips64le,linux
 
 package runtime
 
index af9c7e56eb907c48785b7ae2f715ea9e51cab00c..295ced5bbbbe48b6910da6135a9b39f6ef265bc4 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (mips || mipsle || mips64 || mips64le) && linux
-// +build mips mipsle mips64 mips64le
-// +build linux
 
 package runtime
 
index 525b324c8163bd29ad5485ea53bda1397f5a22f6..9aa965454d991a4fda9dd84c786d65f5d9f94f8d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !aix && !darwin && !js && !openbsd && !plan9 && !solaris && !windows
-// +build !aix,!darwin,!js,!openbsd,!plan9,!solaris,!windows
 
 package runtime
 
index b895be4c707519940dc354a892cc69f37b63ea45..891663b1109b1981bb664d3d284c9ea8ac347937 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !aix && !darwin && !freebsd && !openbsd && !plan9 && !solaris
-// +build !aix,!darwin,!freebsd,!openbsd,!plan9,!solaris
 
 package runtime
 
index ba267009ca11f8b5e86d1b4871f1b51316be7017..06c14e21601d65c5aac0d5fee111af9fd7a97eb2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux
-// +build linux
 
 package runtime
 
index 05a4d0d38d5f87d0d9312958f06b93eab6d1896e..a9ddfc02568caeeac512a481ec15f39bcea98fb7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips64 || mips64le
-// +build mips64 mips64le
 
 package runtime
 
index 9bffb35b67e9200e41ba154baa1a04199875af73..d48f9b88e82ecfb9203082255d1a4cead272a9f1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips || mipsle
-// +build mips mipsle
 
 package runtime
 
index f9b98595fc4403a2ea796a7728cdfc42248bf335..1a06d7cc1d6dc05027be682cf4676eecb013159b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !linux
-// +build !linux
 
 package runtime
 
index 3895973f7c7b21ca240d4cf4af0aeeac6ef0bd95..07127629d19f6839280c251ab1231e7f876abda7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux
-// +build linux
 
 package runtime
 
index 2c647ea6721defa22024bd32a8591568cd175df2..95e43a5162adb430bcb7aa183f5041b1f6ef16e4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64le || ppc64
-// +build ppc64le ppc64
 
 package runtime
 
index b1a9f8b5365709d2862057877815ff4056cb942c..7012b4167e969f0065c93df970f22a88fe487fc6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || (openbsd && !mips64)
-// +build darwin openbsd,!mips64
 
 package runtime
 
index 842a4a7084ffe6303cd7fa6f1fda7bd2c781ebc4..b71538409c6fcf38ecc8f3b94dbee1dceb946417 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips64 || mips64le
-// +build mips64 mips64le
 
 package runtime
 
index 2038eb7d794f9a7b27534b2c9654b319d8fb482d..b60135f9649d449a083cac512b723dfcf2684994 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build mips || mipsle
-// +build mips mipsle
 
 package runtime
 
index 66821b1f76b06dfe7bee306c66d3cb7cbbd05a06..653f1c999f0ad936843163d6fb01c7d9c99f0476 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !ppc64 && !ppc64le
-// +build !ppc64,!ppc64le
 
 package runtime
 
index 15888619b1790b6aaf8d40717416778850e9d5cc..9f3a25fcf80daa3893ff561f7721617444b909f7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && !mips64
-// +build openbsd,!mips64
 
 package runtime
 
index b4e9f54538e02ee14e16ea242307980c275c796c..4b80f60226aa6db1576c6809b0cec76ee25cb260 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && !mips64
-// +build openbsd,!mips64
 
 package runtime
 
index 23e0b195fd1c1150073ed7a8d438b9318e408b5f..7024cfa86d22fd5b72a72989e405a61e4a02138e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && !mips64
-// +build openbsd,!mips64
 
 package runtime
 
index a917ebde6108a99be3df2374bcbf8a9248a0111c..269bf86f10de43ca22e0f868d777492f556adafd 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && !mips64
-// +build openbsd,!mips64
 
 package runtime
 
index 69bd99fa09e11de792dc517de2de61bb75992557..56c5c9575e550371827abf5a60f99adf598356eb 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
 
 package runtime
 
index 856c73a2f6c84625a3b62dfbbfe35009cb380ccf..9fb36c2a661d5c3d9c2505e1aeb950d905f19a33 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 || 386
-// +build amd64 386
 
 package runtime
 
index c790faba3d6b75744b7a9afdba58e2c22183ede0..107f6be335a2df132122a994cdd0b20ac7722b06 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build faketime && !windows
-// +build faketime,!windows
 
 // Faketime isn't currently supported on Windows. This would require
 // modifying syscall.Write to call syscall.faketimeWrite,
index 5a4ceaf43d280ceacd4fec036405316ae0f32ea1..2b85c5aa014bc7703c932d6c761391a002a22769 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !faketime
-// +build !faketime
 
 package runtime
 
index 468ff8a0d33dcdbcdd2c0c6c37c23101e59fa8ca..0421388686a253fa4e19dd6d1ccf55f22f56886c 100644 (file)
@@ -5,8 +5,6 @@
 // Declarations for operating systems implementing time.now directly in assembly.
 
 //go:build !faketime && (windows || (linux && amd64))
-// +build !faketime
-// +build windows linux,amd64
 
 package runtime
 
index 6f16c70b8160b18a0d1131230914c6a63a5ea88a..1d2926b43dc3d4c2447ba3af6961249c7f29b318 100644 (file)
@@ -6,9 +6,6 @@
 // indirectly, in terms of walltime and nanotime assembly.
 
 //go:build !faketime && !windows && !(linux && amd64)
-// +build !faketime
-// +build !windows
-// +build !linux !amd64
 
 package runtime
 
index 800a2a94e0a0d8b757f350d81fe17aa9fe0beb2d..b9a5cc6345ee2d393882bc18ed9f4d37c0c90e88 100644 (file)
@@ -3,13 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !aix && !darwin && !freebsd && !openbsd && !solaris && !windows && !(linux && amd64)
-// +build !aix
-// +build !darwin
-// +build !freebsd
-// +build !openbsd
-// +build !solaris
-// +build !windows
-// +build !linux !amd64
 
 package runtime
 
index 95dafd007c130cc44e14f495e4be00447dd64a7f..7bdfc6b89a614986cd4dc027612f7a46edfe1c7d 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (windows && !amd64) || !windows
-// +build windows,!amd64 !windows
 
 package runtime
 
index 456173b0f51c147de0fc8bf8ea912c081de10652..1b8afbedf45792444a7e8a9fe16b76ef8dbd22c0 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (386 || arm)
-// +build linux
-// +build 386 arm
 
 package runtime
 
index aecc84dcfe5746f7d1e26b56ae147e30f1ce8209..d46d6f8c34da7599191832ab451830b18031763d 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (amd64 || arm64 || mips64 || mips64le || ppc64 || ppc64le || riscv64)
-// +build linux
-// +build amd64 arm64 mips64 mips64le ppc64 ppc64le riscv64
 
 package runtime
 
index 7ca7b2810bf0de4920f35cec583e14061dcd9452..0fe21cf647044689327ebcec71a80df8d8c16564 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build freebsd
-// +build freebsd
 
 package runtime
 
index 23a5a8c322707a3b94201d47db6c86f0e3841a60..5324a3d4cb3206390a33826cf72839e174a6c92c 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build freebsd && (386 || amd64)
-// +build freebsd
-// +build 386 amd64
 
 package runtime
 
index 3e98b08b1519e098d65cc256d5cc451c3fcb2781..618bd39b42b0f79a82cba8632d758e8dd142729c 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (linux && !386 && !amd64 && !arm && !arm64 && !mips64 && !mips64le && !ppc64 && !ppc64le && !riscv64) || !linux
-// +build linux,!386,!amd64,!arm,!arm64,!mips64,!mips64le,!ppc64,!ppc64le,!riscv64 !linux
 
 package runtime
 
index 20c8db78bee88adaa2c3d3ce3a8cfcd3e9135b23..cff2000767f598dc9d2140b622e94c49b98b715d 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (386 || amd64 || arm || arm64 || mips64 || mips64le || ppc64 || ppc64le || riscv64)
-// +build linux
-// +build 386 amd64 arm arm64 mips64 mips64le ppc64 ppc64le riscv64
 
 package runtime
 
index 395ddbba69a730aab8872b3e6e2a6c810c0910ce..1444f8e5246aec9e8ee33f093b77915c5742cee1 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (mips64 || mips64le)
-// +build linux
-// +build mips64 mips64le
 
 package runtime
 
index b741dbfcdc527d9f9a55fdb37c36acdb110c0cb9..09c8d9d20ed8a87d4218e606fa115467a15609ab 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (ppc64 || ppc64le)
-// +build linux
-// +build ppc64 ppc64le
 
 package runtime
 
index 927b585a92cf05994f3730b10cab4ee126ed66e6..1dcb125aef548dc862330a60c8c9b9b450da4101 100644 (file)
@@ -24,7 +24,6 @@
 // THE SOFTWARE.
 
 //go:build arm || 386 || mips || mipsle
-// +build arm 386 mips mipsle
 
 package runtime
 
index 73f1e567cecf948558a87ab15bff97a83ee36955..ca9965979fd30748685daba9a2cc6b67885937bc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // Generate Windows callback assembly file.
 
index a4656fd72810d7b8d9a30695a732a5cdd11918aa..81ae872e9c035d7f75783b3cfd2eed7d887004dc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !android
-// +build !android
 
 package runtime
 
index 65666daab48e66fb3522ccd1bac095e893b4dca7..f94153c8d78f4fd9eeb56f622e8ba12487ef5ec0 100644 (file)
@@ -4,7 +4,6 @@
 
 // Pool is no-op under race detector, so all these tests do not work.
 //go:build !race
-// +build !race
 
 package sync_test
 
index c4b44893f0e7659f197834b804fd967c6f888560..9b7e9922fba0b0b401b80e4c5b897ddc85e6a5d8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !goexperiment.staticlockranking
-// +build !goexperiment.staticlockranking
 
 package sync
 
index e91fdb6c1ff46d95036740f6a7dea6cfaa2eec48..cdb1af41c69a85eccc05e7be1387dd4d8683b1e5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build goexperiment.staticlockranking
-// +build goexperiment.staticlockranking
 
 package sync
 
index 452d4cf14b6b13b52c55ef235d6ea1b2b0b60f9f..735c0788950db27593a88be7591ae40d3c0f15f9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || netbsd || openbsd
-// +build dragonfly freebsd netbsd openbsd
 
 // Berkeley packet filter for BSD variants
 
index c1a8b516e81a408c6313afa7c7d47caf835a789c..1ee56fc3401cee4edb3bd9886ded6e4e132fe0ba 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux
-// +build linux
 
 package syscall_test
 
index 9e1222e81c6dfccaa2aa056b0ec70f643fac76b6..237ea79ad621ce172de924cfb30e54e7d46530d9 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package syscall
 
index 71b445ba9b533b49022a80cea9b88aba4298d750..6570bf92179d51738d3c3ac7291a0d6bb57748ee 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package syscall_test
 
index dc0947fa6e84b3b3fd109f6bb08a1aab80e3e70a..8e3874eb8630740901c8f77b05a88a3145a5c0d3 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 //
 //go:build ppc64 || s390x || mips || mips64
-// +build ppc64 s390x mips mips64
 
 package syscall
 
index a894445f73cb518b12e56dfef71026c47eb931a7..edfb6cf164ab32be691e3b869a95bdbd09ad1c05 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 //
 //go:build 386 || amd64 || arm || arm64 || ppc64le || mips64le || mipsle || riscv64 || wasm
-// +build 386 amd64 arm arm64 ppc64le mips64le mipsle riscv64 wasm
 
 package syscall
 
index 022ef6ed7342c6f0c5508d05677deda6e64d3918..521967c79f52e47fc83119e763548d1e680faaa4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || plan9
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris plan9
 
 // Unix environment variables.
 
index 17c7ac0664a0a878deb4bad32b6f0a796f250aeb..f2d54a40bd196903fe5403a47deee90492e0e2ea 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix
-// +build aix
 
 package syscall
 
index d2e50e3dd34e28deb81e7c82f5813457bef8e8e4..148f5a91aa00e842697195db71f284bc8d545868 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || netbsd || (openbsd && mips64)
-// +build dragonfly netbsd openbsd,mips64
 
 package syscall
 
index b14abd4e63b35e9c0c7af61e34fcd8d2fd5bedba..c8549c496444e47e6e659e0948bb339c7bae37b6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || solaris
-// +build aix solaris
 
 // This file handles forkAndExecInChild function for OS using libc syscall like AIX or Solaris.
 
index bd98109d071c82963591be1d457b4cbf564ca0b9..b05f053bbf3fa75cac478f50955454f624f521de 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || (openbsd && !mips64)
-// +build darwin openbsd,!mips64
 
 package syscall
 
index e1506e1e2b792e405251024332dccd377192b092..0f0dee8ea5a90cfba5620dcece364b0349ee2ef7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux
-// +build linux
 
 package syscall
 
index 79b2633aca079acca0e037d8a8d4373a82cf9868..80440ca4d6612703e179c0ec1aa5ffc2672aadca 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux
-// +build linux
 
 package syscall_test
 
index 6533d3a1389f90ef1821851d9fb48587a0783ea0..96ae27b494ec0e84e861759b0bc592b918e8529b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build freebsd || linux
-// +build freebsd linux
 
 package syscall_test
 
index f54fc8385d59200e6933d4dfcc49e7d07e6a37c3..90e5349bf458db4eeb5996888081dcc1bc63aabd 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build solaris
-// +build solaris
 
 package syscall
 
index 54b18dccd73e266e680d9a5e3250be18ce08ead4..64eb5ed9f047a80c5c2414572484fec131892421 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 // Fork, exec, wait, etc.
 
index 866671ba2aca759a4c959f8695c775acdc5c71e8..55f5f7025a0b3348d894ce93afa8fa31d86922a4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package syscall_test
 
index 2d2c67673d7887fc0b81c04bb12ee99445efd316..2f678d25664bc3283b8977a756be939559c57615 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
 
 package syscall
 
index 3b43b6aeded16e928baba8bcb46874e2c89ad4eb..8cb8f16153a9be79e86c823f608b778a56b8f6be 100644 (file)
@@ -1,5 +1,4 @@
 //go:build linux || freebsd || openbsd || netbsd || dragonfly
-// +build linux freebsd openbsd netbsd dragonfly
 
 // Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2f3277497cd577946fba274ee5b53aaa01782b14..76a09fc47e3fa823e4d4b8cf7f126fb5961f0cd1 100644 (file)
@@ -6,7 +6,6 @@
 // internal/syscall/unix/fcntl_linux_32bit.go.
 
 //go:build (linux && 386) || (linux && arm) || (linux && mips) || (linux && mipsle)
-// +build linux,386 linux,arm linux,mips linux,mipsle
 
 package syscall
 
index 79cbdf4150f5354fb3ccb913019ded8a656ace5e..6f7d29ce67aea1597649d08e1eeed3f4506531ed 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || solaris
-// +build aix darwin solaris
 
 package syscall
 
index e57240c156157a033e4211157049c467c17b84b6..312244c0d8ab0c604b917c0b72c4652ebe58ef1f 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build dragonfly || freebsd || netbsd || openbsd
-// +build dragonfly freebsd netbsd openbsd
 
 package syscall
 
index 0170516201473f85afc8e7ecc49a92ba65194b91..84a554e8b9128ee541d0d90c7585aa4a0a5344d8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package syscall
 
index 814e656649b8eda0ae780ce63ddbafc682a9205b..ddd8208c15483766dfae78dde39d6cdce13fd6e5 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || freebsd || netbsd || openbsd
-// +build darwin freebsd netbsd openbsd
 
 package syscall_test
 
index e0ec46681d14a5ed20f10e713461089d05a4ebae..dce61f322c08e3184aaa69cf87e9c7b2b4847a16 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // mkasm.go generates assembly trampolines to call library routines from Go.
 // This program must be run after mksyscall.pl.
index 94e8d92eff86c0e03df88125c1848f2d6f9f266f..4f81b81b57e528891f211ebd5aee7ea3b2f23157 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // mkpost processes the output of cgo -godefs to
 // modify the generated types. It is used to clean up
index d8e8a713c554ccea104e077e77aed836381d1c4a..39517bc7f141e9690aa760c8b6f9b74659684fa6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // mksyscall_windows wraps golang.org/x/sys/windows/mkwinsyscall.
 package main
index e3909f1afb05fd9449b62a70cb28b35ce606c8b8..3e9c08d67d38fb6ffc11bd67e054991adb294641 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd
-// +build aix darwin dragonfly freebsd linux netbsd openbsd
 
 package syscall_test
 
index 89fb75f03c9d965614b59b18c57bf3c8dd122922..89c580799fc858ca591b47f7fd79b02d5863bfa8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build msan
-// +build msan
 
 package syscall
 
index 85097025a0bdbec1e49eb1b32ed46838dd3ab7a6..fba8a5f716ed263dea2172bbb155e154509ff2c6 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !msan
-// +build !msan
 
 package syscall
 
index 2998c2159c8ef77d35ceb10846d08bfb17604851..4f8258ddb39683fcf2ea8ef5e54e0d8337bb68e6 100644 (file)
@@ -6,7 +6,6 @@
 // This file only exists to make the compiler happy.
 
 //go:build js && wasm
-// +build js,wasm
 
 package syscall
 
index b968c7c7f3a910de8b1c942e7d60c531386f832c..519e451c73ff94a5f27e8f6d29330823253fc941 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !ios
-// +build !ios
 
 package syscall
 
index 5209d1e0dd16057e3c3e84b1987f078fc42a63b3..fa8d0007154997b549453df1ebd3c008ac762f7a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ios
-// +build ios
 
 package syscall
 
index e9321a4e645596167f68a26436478dc64914b975..8e47ff888e935856f7635e4515085caca99dafc4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
 
 package syscall
 
index 412833a37cb2d5a05f33b41c0c68669eb066e8ce..c70f0bb0d3c16f89af0fc9f42fc5aab3252c0567 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (freebsd && 386) || (freebsd && arm)
-// +build freebsd,386 freebsd,arm
 
 package syscall
 
index 5300bed47173852ac5d7f0f822fb5f32ac739f99..9febdfaf3540b297b86421c1f3b5062bb14a199a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build (freebsd && amd64) || (freebsd && arm64)
-// +build freebsd,amd64 freebsd,arm64
 
 package syscall
 
index 64897fe43c6408e18522da062b8ca9ab45ae9acf..6920f33987cd607231bc7916ac9a8c21a0891687 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (386 || arm)
-// +build linux
-// +build 386 arm
 
 package syscall
 
index 3b36f66fa2639d355bc3c0e01208a45147570839..c995d258eb93dd2e94c024ff71679a5ce3a4ea2a 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && !386 && !arm
-// +build linux,!386,!arm
 
 package syscall
 
index 99913b9a88bdc0063ccb78cdad00a5b5c53d988b..a3dcf818da7e8ece79d4d37938168679fca50aa1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 // Socket control messages
 
index bd8dcfa34cf7efbb37466cf7da25b0e153118e96..845bd9df9909706db00bce26b4b2b9be74529b47 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin freebsd linux netbsd openbsd solaris
 
 package syscall
 
index 40b1c07a901debb8ddda875615346a84f8ea34f5..ebe99ff230554193453c59af5af21919dab52813 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
 
 // BSD system call wrappers shared by *BSD based systems
 // including OS X (Darwin) and FreeBSD.  Like the other
index 2d8a8cbfe6125bfe2fe3d3323e72368ad42c76a9..98fab1d3963c8dd9e4ad1871d4829deb94983ccc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || openbsd
-// +build darwin dragonfly freebsd openbsd
 
 package syscall_test
 
index 72cd133b85dd0d6c0ae6153dc0bec1462bafaa0e..f04b12b6d3ca4df1c5749cb8d970ecb5e035ccd4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build freebsd
-// +build freebsd
 
 package syscall_test
 
index ef95fe58f7c58cd70ead9ba6429b3af5f02b083d..de6b1600484a8d2e28589f353f32adee89869c86 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build illumos
-// +build illumos
 
 // Illumos system calls not present on Solaris.
 
index ed70d622842da2c45106474f14ca0a95388eb442..cd9549906360b1b71bea8fc34d2b7875b52ab502 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package syscall
 
index fa0d2799ed3581fc16a0eecb8a6a7a193982c28c..7c9dd80614a451c96b37106f6f5bd73b38f4b80c 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (mips64 || mips64le)
-// +build linux
-// +build mips64 mips64le
 
 package syscall
 
index 568523eb27d3e647ba696e63f8d49af8e906e040..741eeb14bbb67b7c5d717b94d9d5fbf21f1a3338 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (mips || mipsle)
-// +build linux
-// +build mips mipsle
 
 package syscall
 
index 3e73f6f2a4c8d123447e5fc2008c31fe8666508f..cc1b72e0e79cca158dfcd7559191c3b0e9a5661a 100644 (file)
@@ -3,8 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build linux && (ppc64 || ppc64le)
-// +build linux
-// +build ppc64 ppc64le
 
 package syscall
 
index 15870ce1ee1523289608e02f9a98f82b2a1c81be..bddeda637a9815741058e9249b7a8b9ecdd38000 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && mips64
-// +build openbsd,mips64
 
 package syscall
 
index e67ee4e571c264eae8e1aea91d042666cab6c623..15b68fd0fcf51c780738f12ee73b00526f1c36ac 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build openbsd && !mips64
-// +build openbsd,!mips64
 
 package syscall
 
index 45729d9e8e9698b187aced0e53eb75f79d0bd54c..5b128de77954574f1f29eb324d78a57ad3593139 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
-// +build darwin dragonfly freebsd linux netbsd openbsd
 
 package syscall_test
 
index 101e39c7d0885395ac8d84438a2ff6092cd6aa2a..9413db3832db33e76693bb95fbe152e0f078c482 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package syscall
 
index af0bc856ee8f9dc3c092492ae093591d4b9f003f..7cc78c2147bb1a20a06e701c987429f1cf64d50e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package syscall_test
 
index 64d958415d8f8be750a355e1cc40b258270a7070..78a1e71a016e308e51b3ee7760de690570f512af 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package syscall
 
index cf88aeb921a1621891a01258995357db53022df4..b60fe60b03c403155ae6a4ef8b8c4780ae635d6b 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build faketime
-// +build faketime
 
 package syscall
 
index 5eaa2daabd3f0537d95b5f759c78e05d4a866d2c..231875d8c3c92c9824712a9504cf855fd2133c19 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !faketime
-// +build !faketime
 
 package syscall
 
index e4f3d50f56b68bb23bcea2db498d89b475f968aa..7cf4be45b126634d34fbb6b8024a89229f0b5b96 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package syscall
 
index 6588d690eabd68a088ea95191eb4f4bd0eec3dc7..9e05af90ee5bca0a7e12b57c5a5284f2b6b49953 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
index c2a32c0782edaec711eea9b173e047482766c56b..c9404aaf1bebda0113347f0d46f1d0c35ca31817 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
index 9f8d5bc3ddc06e5a75899d29c316ab6eb255c6b1..33420c4a92434da27290d84b5f0147928777be99 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
index d7414117036779dcd7e96997eca38346d7ef2cdb..83bc7dc49979a9f35d1d179401323cdbdf6e7813 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
index 254e3e7cfeddb4ba6f67941d8c78d5539227df5d..22c172f1f7d9882725677f0806c7857268497095 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build illumos
-// +build illumos
 
 // Illumos consts not present on Solaris. These are added manually rather than
 // auto-generated by mkerror.sh
index bf76be978bce1f6e309ae7ca0b12a71433e64e9b..23a76edd902dd289a13384a69726a2a38d35f6ad 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
index 0bd25ea3c953d82796c364c5bf18527e95c6caec..e53e8c9386f5a7919d6c97221967f7f0cea22f30 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
index 8b41cdca230bf5b525e275a9dd0e41a60761b81f..bfe6e9f592f5ae60f442ccf4f6f1029d55ab30d4 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
index 179f7914817e85ecbf5974a3e9fdd29f33957b60..2f56bc06010261f5b327bdc54a2ad6987e3d3ca7 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 /*
 Input to cgo -godefs.  See also mkerrors.sh and mkall.sh
index 0b9897284c4d447af040193172dab90a29d5db57..ecbe89c5473a7cb2dcf482ccf2a360b4b4c81bf6 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build amd64 && darwin
-// +build amd64,darwin
 
 package syscall
 
index 5f210fd1c40b2a1878db0078695bb6738402fbea..fa7cb845c316896000d52bca5c124e76edfc8c9b 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build arm64 && darwin
-// +build arm64,darwin
 
 package syscall
 
index 35e2a52d253b6daafc0d20c80a6603af74c5caed..bca2f50c9695da591b3f54861f483425591176d9 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build amd64 && dragonfly
-// +build amd64,dragonfly
 
 package syscall
 
index aec26ad7785c8ff630c7f0c421b0ba74d6f62ec5..b1441e76a3c77d39453a4abc4fd77f8375ff75b1 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m32 _const.go
 
 //go:build 386 && freebsd
-// +build 386,freebsd
 
 package syscall
 
index d6d13e4155865c5127c9849eb46e7e978e9db77f..3aed004986d0bec029344c5ace1048294adb37e1 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build amd64 && freebsd
-// +build amd64,freebsd
 
 package syscall
 
index 15c714fad810731547b6ada3eed9f90ee18a2b07..e1f91ff86cb7ec288919c2bafd74213a566ba2d6 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- _const.go
 
 //go:build arm && freebsd
-// +build arm,freebsd
 
 package syscall
 
index b20ce7d82319e218eeb683269bf560bc63b0ffaf..d0cb6c8ac751bab068a6d963c19b3c65d9c91675 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build freebsd && arm64
-// +build freebsd,arm64
 
 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
 // cgo -godefs -- -m64 _const.go
index fb64932ad620945d8c3ab0c82c38793c5ac36503..5e4c867bc90a102b7e809c564f4c8fa6dd3cfdfe 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m32 _const.go
 
 //go:build 386 && linux
-// +build 386,linux
 
 package syscall
 
index 3a92bcdbb46b1e939787f25ebcd915da5cbc18e9..3ff6e498e78df093c45134730ae0e3d9b9aa3c81 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build amd64 && linux
-// +build amd64,linux
 
 package syscall
 
index e013d8e7fd682fde0b041f9c37d2e11dad46ff02..35825cc9fb4b1287b1deb795c886aa7e2807dae2 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- _const.go
 
 //go:build arm && linux
-// +build arm,linux
 
 package syscall
 
index 1a4d33e3fd5cc95949e0ca057acecee74bd350a7..444b8816d56490692eabe63c34e36279a262103d 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- _const.go
 
 //go:build arm64 && linux
-// +build arm64,linux
 
 package syscall
 
index 1dda43be70fc259a2ba873d0afe45df1ef93ce5c..dd439acc5823497b60535569c059d4ebff888a29 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build ppc64 && linux
-// +build ppc64,linux
 
 package syscall
 
index 6d56f1c99817c25d1666e5aad9a27f758308a269..b71cb0b4e7ead7e09c66f17aee5b465f6cf3a818 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build ppc64le && linux
-// +build ppc64le,linux
 
 package syscall
 
index 934e9ef073abf72f977ee0a0ef50ae7763047208..b2fcb65782e98cb580b61cd37798adf5a435dfd9 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m32 _const.go
 
 //go:build 386 && netbsd
-// +build 386,netbsd
 
 package syscall
 
index 0f5ad61a9f29a859f6f0b880448b909cb2dd2747..dc52c3ca573ec863aee220bfb8ec3ca81181d5bd 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build amd64 && netbsd
-// +build amd64,netbsd
 
 package syscall
 
index 9d8678750d4cca58417b93091c49512f02f4ab0f..3137e18a2471f54b0778b68b42132e3884f4799a 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -marm _const.go
 
 //go:build arm && netbsd
-// +build arm,netbsd
 
 package syscall
 
index 7adb72f7edd622bfe9805359f7cb4edd3d4da43e..cc1b0088c9ab95655cfbe65f95202f3129c2450b 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build arm64 && netbsd
-// +build arm64,netbsd
 
 package syscall
 
index a8457c6edfe8b6cde64cf49d3302b2d049c7e99e..d17ecb96e50c5d3898b9d818ea34dde0d6963683 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m32 _const.go
 
 //go:build 386 && openbsd
-// +build 386,openbsd
 
 package syscall
 
index eb19537a2ac9ed6104cd1e7368721edaa76315c2..4904e7614f3d185d98bf7dfb172dab319b67db82 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build amd64 && openbsd
-// +build amd64,openbsd
 
 package syscall
 
index 89a4e6d89a54b56f04bf2d15aa719b48c7269fd4..76ac9173a93f2ae1ee77744184899155d08264ab 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- _const.go
 
 //go:build arm && openbsd
-// +build arm,openbsd
 
 package syscall
 
index b7dee696029654eea3992e4e3cd4a42233cbdb09..fb25dacee43f8d88655528d3b9721273cd01772b 100644 (file)
@@ -5,7 +5,6 @@
 // cgo -godefs -- -m64 _const.go
 
 //go:build amd64 && solaris
-// +build amd64,solaris
 
 package syscall
 
index 134ae41165bd76cd33afecea1d65c2b1f2bdc6ff..94f1b4371c5724bee5b75b0d37e669a0f435c615 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build aix && ppc64
-// +build aix,ppc64
 
 package syscall
 
index ff88fef74ec130c85ab2217badc2ae458d96444a..0ccdaf2d0eea6d2613201cd72d1951bcbaca527a 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build darwin && amd64
-// +build darwin,amd64
 
 package syscall
 
index b096b5e6624283ac8eaf1ca1d2395790dfdabeab..09bf34bb3c55e4fd8aecaac90af61fb16c18a96c 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build darwin && arm64
-// +build darwin,arm64
 
 package syscall
 
index aa327c001095362fa7fd81f9716e28c51d78aeb8..5d5576d76ff64608d701aa5cee06a2f4323af85d 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build dragonfly && amd64
-// +build dragonfly,amd64
 
 package syscall
 
index 7137d66f0b232f710cf5d4e9a861c9215df042ad..ed0eb9fa15e68802b9e0e662f06f98b983f8f554 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build freebsd && 386
-// +build freebsd,386
 
 package syscall
 
index d721dafde28b7acd47838618ce5886b728833ab8..e291a5675688c56b21471d71046613a1b039e4bf 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build freebsd && amd64
-// +build freebsd,amd64
 
 package syscall
 
index d9dbea921a141194ababeb30feab15497e85b3cf..7dd856fd970946c62507a7611dd65dcbbcece17f 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build freebsd && arm
-// +build freebsd,arm
 
 package syscall
 
index a24f0115e2ce09595bec7818eb704443f3a24de7..229a9a22387bd7c324d349c5fa5d827fb831180e 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build freebsd && arm64
-// +build freebsd,arm64
 
 package syscall
 
index a1394d32cb6efc57047b624ffe57d159e78cbae1..c385dd3ca140098e6fe63d85159de34a230d77e7 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && 386
-// +build linux,386
 
 package syscall
 
index de6047d11c9dc566d7cd752c8dbb8ee168f56d1a..2059271324f7fee4da4a765b711c49c9b460d862 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && amd64
-// +build linux,amd64
 
 package syscall
 
index 3663b2eead1a6b2641ff84255456f1cad78b2763..50498c6eb6792acb8f7e87ccb455e33e66cc62f3 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && arm
-// +build linux,arm
 
 package syscall
 
index 19a9c0ca6133c1f42bb28912ee8300db0eaa0be6..6714123f9c7f7a367c79fb6af9f1af8e796e7900 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && arm64
-// +build linux,arm64
 
 package syscall
 
index 966b2e1f2c2d3b0e37dff04a129bde0bfbf8f99b..c6f4878ff7ba139b11d2b72bdf15fcf17f4602ed 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && mips
-// +build linux,mips
 
 package syscall
 
index c6812a051522e0590eafa1dbbc0854ebc90a9c31..5187c28ebb6050c8fb5e20c91afb9981999541a4 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && mips64
-// +build linux,mips64
 
 package syscall
 
index eaaf7dfb41d7b49c210de763848d7bfefe7800a7..f3dacfeedaff9316b569431464d39ad3722e7aa4 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && mips64le
-// +build linux,mips64le
 
 package syscall
 
index bb159f1fe7bf1a1af0235c911ce447c79c7a1af0..fbc543709fc163fef73e18d76320abf78e03a4df 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && mipsle
-// +build linux,mipsle
 
 package syscall
 
index 8a4328560a50e8b8f037b88bb76a0cc8f7ed6f06..b71dca2b371e611a29ea287d4392112ac9b44cac 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && ppc64
-// +build linux,ppc64
 
 package syscall
 
index 274b55ce6b9947fc51b8a577ac1df4501e3f85ce..193fbbc5418ecf2a49c8a62cf5afdb61999025fc 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && ppc64le
-// +build linux,ppc64le
 
 package syscall
 
index e21dc46f32c50e05588726a74f728fbc7fdd7ce4..33b1e9b4312a6cdb7348b4b6a783ca6dfd0fb22d 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && riscv64
-// +build linux,riscv64
 
 package syscall
 
index fc667e7c3fa906430565355c4ef8ddddb3fb2ad7..2ab78c71bfe39d1085dc90e7610d495abfca405d 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build linux && s390x
-// +build linux,s390x
 
 package syscall
 
index 07ff5fba5f6a511feb5b368cbc06571fdc10d5ef..408318181af20c32446111d2933d643dc0f26d7f 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build netbsd && 386
-// +build netbsd,386
 
 package syscall
 
index ffb4e059a4b5aa64781b50448bd5c465c1a268cb..2039cf6d0ea80f318d113a7966a22f55e2800f51 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build netbsd && amd64
-// +build netbsd,amd64
 
 package syscall
 
index 37df77e5e8cbbf1dd7eb68c6b1b7423284fe83bc..3c287ea223d1e80e35acbce97633546469be5651 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build netbsd && arm
-// +build netbsd,arm
 
 package syscall
 
index c5eb57a2269d6ff73eea66f5d7b9a636ae6201bc..1d40db9e6b632d541117fac2d0d91a437f4fb330 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build netbsd && arm64
-// +build netbsd,arm64
 
 package syscall
 
index 1ff5c95fa19855498cde553ddbfba410e33e4e51..5f95d7a9c6dbcec0bb9faaa38e7230cf972624c5 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build openbsd && 386
-// +build openbsd,386
 
 package syscall
 
index 85cb195739f2966b04f4084ba716210220f2957c..189bf887e6223fd29f665da34b292968f7513994 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build openbsd && amd64
-// +build openbsd,amd64
 
 package syscall
 
index 04a2fadccddde263cc040a910b2799b1aa310535..c7513a3ac9af4c754ea2c0f02b5177c499d76d23 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build openbsd && arm
-// +build openbsd,arm
 
 package syscall
 
index fa35905d1bcf9cb259f11aafdd7ca9d6e4c74bc6..293b70360021896c2d9a17a50af2367674d6ed42 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build openbsd && arm64
-// +build openbsd,arm64
 
 package syscall
 
index 70fd1474fd3f9b88e9f3cdd3f5b16edd7134b832..51904b5e29dc1ad1b5e85af65b177e86aca92dbf 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build openbsd && mips64
-// +build openbsd,mips64
 
 package syscall
 
index 8b7727b3435e88d4fc0824b31bc0d343e2303632..32fa0f0eb6e2b7d98071184bd5753f37df3d1799 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build plan9 && 386
-// +build plan9,386
 
 package syscall
 
index bed9108ea6e2d5e242a73e07a30443db5d2a538d..b3337ce8110c977f58e0dffca0d96f6e5641a39d 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build plan9 && amd64
-// +build plan9,amd64
 
 package syscall
 
index 7bbcf9b4b795065e600d47168d3ece2d579bd8cd..3705566fa3a4895a41694f77a5f9e40a690848aa 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build plan9 && arm
-// +build plan9,arm
 
 package syscall
 
index 9b37dc09506f2860c011fbea13d65a62ecdf18cf..2d8cdfd280b807a0dd337ba2feab818eaad93934 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build solaris && amd64
-// +build solaris,amd64
 
 package syscall
 
index f66f7d2715feba2ce0dc68f9e45157fb26bf6df3..08e003f2926448046e5a0f0ff76f814fc8262a28 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build amd64 && darwin
-// +build amd64,darwin
 
 package syscall
 
index 6fa146368aff59ca847f7c520b1b0e468c4bdd35..71309bb4d6f7f83fb645b899a23f46f15e9e9a33 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build arm64 && darwin
-// +build arm64,darwin
 
 package syscall
 
index e8996db0f8dd580f016d94d5c50e29d168a3e7ef..03d4b06a09b40145b747dab7dd26f98c481f7ce2 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build amd64 && dragonfly
-// +build amd64,dragonfly
 
 package syscall
 
index 1ed7e3ee8d3e3d7c70107ae5afa6b0395d0b350f..355b2ec3039cda704df92ebc33a717bf874ec651 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build 386 && freebsd
-// +build 386,freebsd
 
 package syscall
 
index d72dbc944a1b74e1d2c706c1a6f9135154b5053b..84c821c955f9e1956fbfcccf90d37a31fc242480 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build amd64 && freebsd
-// +build amd64,freebsd
 
 package syscall
 
index 4f4dc4db7959e32e887f35e44341c30aa1a64d96..785e7875f40d2986eb474523be6a21518e0dc393 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build arm && freebsd
-// +build arm,freebsd
 
 package syscall
 
index ab1a05258e7e95fa0e050703b28848091e1ebe12..7144a8abed126c460c8b7fb36fb987e69d1c0eeb 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build arm64 && freebsd
-// +build arm64,freebsd
 
 package syscall
 
index 792f43550e99f59a254745d60fc05da41c14a6e8..4966d2a94714e89d4634275c25d3bdfd281d7cf3 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build 386 && linux
-// +build 386,linux
 
 package syscall
 
index 9ea18d6111398c86976162a94af975bbe941d4cd..576c7c36a6b7eb70cf0e3b311f428fdc097b35bb 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build amd64 && linux
-// +build amd64,linux
 
 package syscall
 
index ccae9c15e32249b5cbb62f05a19b9037ac48d896..b0da97c64bc32d6848fa0a27a438e8fd4b595486 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build arm && linux
-// +build arm,linux
 
 package syscall
 
index 17c54a2c833bf4fcff45d7fd9c884691b0edc368..0136d9440b897a9a2b762cb8cd07e6362a632e9a 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build arm64 && linux
-// +build arm64,linux
 
 package syscall
 
index a0d37ff1f2701354c9baa4c1dbe4828fec695c76..cc964c23e2eef022236ffe12a5db01663529d8ec 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build ppc64 && linux
-// +build ppc64,linux
 
 package syscall
 
index f8f82d20432359617871f620222b5a229bc5213e..57bfb7795f23418fc95d0ebbcfe056129f4c5c56 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build ppc64le && linux
-// +build ppc64le,linux
 
 package syscall
 
index fd0c32995142f826538f02638e0ed3cd0e6552d3..5696c4befebc897d49127e2f511e34e87116be75 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build 386 && netbsd
-// +build 386,netbsd
 
 package syscall
 
index 03f2cd3bd328e7a5fb5fe2a98c193e5a22aad6ea..9fb85cddbaf858168fe7006444a34b6b6a7e7926 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build amd64 && netbsd
-// +build amd64,netbsd
 
 package syscall
 
index 7b356e7102c06b3af3c72a105ec0f161e49b484d..e0e8994641ab71b19569f06597e2218411d739ea 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build arm && netbsd
-// +build arm,netbsd
 
 package syscall
 
index 3f57ec4d894e09d01956c200369ce6c4f9062aa9..9653364dae9411283badfca0d44cd56804c63359 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build arm64 && netbsd
-// +build arm64,netbsd
 
 package syscall
 
index b289886d6c61fc8710677ee881dacc0ba772d9bc..3b12639bd739930a8ac4b2e95092d94a3be56135 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build 386 && openbsd
-// +build 386,openbsd
 
 package syscall
 
index 8cf2b68dcd3abe18c6b7b4f6b37c05af7ae9cd11..bce309dc5d94dbd79550032fadf0173db8c52473 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build amd64 && openbsd
-// +build amd64,openbsd
 
 package syscall
 
index cc33773a05833901c36ac0294832a450f3ac2996..05aed70762df58a68116c3f122c4ef28196ed32f 100644 (file)
@@ -2,7 +2,6 @@
 // Code generated by the command above; DO NOT EDIT.
 
 //go:build arm && openbsd
-// +build arm,openbsd
 
 package syscall
 
index 23c9c715b5215c1ac807496c24f1dc016a1290c2..ea244e535ec42ad2f1d433f05afe67e7525ae000 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build amd64 && solaris
-// +build amd64,solaris
 
 package syscall
 
index 8feacc47ab5142754766f8df8aff93e38ce7b18e..551edc702578d18cc10307b193d1ee6fbc85560f 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_darwin.go
 
 //go:build amd64 && darwin
-// +build amd64,darwin
 
 package syscall
 
index 8079d22429b4500e23e7e30c5e51f1f03b8d73bb..46f78a97eb2950c937850757144a37f327e0bf75 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_darwin.go
 
 //go:build arm64 && darwin
-// +build arm64,darwin
 
 package syscall
 
index a51e0038bb9bda3278b36ef995991f355c6a6c59..ec519b72ec15841fe1235b6a67c5966ddfbe644e 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_dragonfly.go
 
 //go:build amd64 && dragonfly
-// +build amd64,dragonfly
 
 package syscall
 
index 173972688387bf12da427087c0a77c0897ec36fa..e1946dece8d3f2d3dddb857d4d9eba7eb10977c6 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_freebsd.go | go run mkpost.go
 
 //go:build 386 && freebsd
-// +build 386,freebsd
 
 package syscall
 
index 0457d8e995918784465b0228151f55fed4f95909..a718345d799b949b4683e1f95a7807e5072ea603 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_freebsd.go | go run mkpost.go
 
 //go:build amd64 && freebsd
-// +build amd64,freebsd
 
 package syscall
 
index 29c8380d898784c348689090b86d90ade1c9a1f9..9c5a0667132a9911a568ef3c5d5fcc1560a359d6 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs -- -fsigned-char types_freebsd.go
 
 //go:build arm && freebsd
-// +build arm,freebsd
 
 package syscall
 
index 6472db00809a51972811ffb3658f508217971372..3ccd9fc0dd7962247e9d81db35823f101fbd53a1 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_freebsd.go | go run mkpost.go
 
 //go:build arm64 && freebsd
-// +build arm64,freebsd
 
 package syscall
 
index 251a0c0b4ad249be800e35b96b432d15dd4ba57c..a45511e84760855810ed4f7ddc4d987f1bf31e36 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_linux.go
 
 //go:build 386 && linux
-// +build 386,linux
 
 package syscall
 
index 34c953fc8bf45ae9ee7f4ff90e3cfa8cd58f5308..1bab13bf431ece2f79c01710b5d3206b41daa361 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_linux.go
 
 //go:build amd64 && linux
-// +build amd64,linux
 
 package syscall
 
index 4de656b491e74a6283fbfed3ca29dd680a743b28..a4d61bd19bbe88000d55cdcfe605498cb828980a 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_linux.go
 
 //go:build arm && linux
-// +build arm,linux
 
 package syscall
 
index bed9cb08515eb014b933edfe5ad8b178f6eb57e6..1e469c36d2eddb6b19992e6edbd1ee8f437b1316 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs -- -fsigned-char types_linux.go
 
 //go:build arm64 && linux
-// +build arm64,linux
 
 package syscall
 
index 355533fb27cb4730c170e9c75b6785ebabdb1262..c830cee966bf86d9e14a126da6c85709b8d5a100 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_linux.go
 
 //go:build ppc64 && linux
-// +build ppc64,linux
 
 package syscall
 
index 94e12c742c8033e4a9e11d9e66b8351987277f9f..770ddc9fe9a23bdfb0fadfa0cabbd60a9dd21084 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_linux.go
 
 //go:build ppc64le && linux
-// +build ppc64le,linux
 
 package syscall
 
index 321460f45aa386047a84aac6f8777f57331ab360..74eaa4a15034b0b7593684944b5155dda475903f 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_netbsd.go
 
 //go:build 386 && netbsd
-// +build 386,netbsd
 
 package syscall
 
index 370d7172634361212d3e7ec55c357df3e5789dfc..fc28fc9bb8f77f36cbad371d982de26aa9a6b15c 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_netbsd.go
 
 //go:build amd64 && netbsd
-// +build amd64,netbsd
 
 package syscall
 
index 557c6345339c080fb6ac4e8b79cc7ae1441e8ec3..1f885048dd65f7461a4cde811439679024f5b26d 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_netbsd.go
 
 //go:build arm && netbsd
-// +build arm,netbsd
 
 package syscall
 
index 19f36903412e76d3b635aa1555e4ba36a7629f64..cac74693d756a87789ad34f83504d0ea544cfaa6 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_netbsd.go
 
 //go:build arm64 && netbsd
-// +build arm64,netbsd
 
 package syscall
 
index 222c6c7e46520b2abf78e7f255afe21b66573a70..f9ba685e25269dbe21168cb827ae46f7c6c0c6f0 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_openbsd.go
 
 //go:build 386 && openbsd
-// +build 386,openbsd
 
 package syscall
 
index 644ee9b3dfbe7192051b9a50957140323fe81768..889b9551ae9024572f3ec7e0fc410450994d1288 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_openbsd.go
 
 //go:build amd64 && openbsd
-// +build amd64,openbsd
 
 package syscall
 
index 64e16b494350738844ca4334d944922034360285..d486cd002f967bf715f7ea7e94f694b52186b9d5 100644 (file)
@@ -2,7 +2,6 @@
 // cgo -godefs types_solaris.go
 
 //go:build amd64 && solaris
-// +build amd64,solaris
 
 package syscall
 
index d9e342d4951edd62ec5f1537f076b7d38846fb82..e7eab1e50efd7956decdcd9074d6663d2521f3b8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !js
-// +build !js
 
 // TODO(@musiol, @odeke-em): re-unify this entire file back into
 // example.go when js/wasm gets an os.Pipe implementation
index d914633ba91889b975e9f764aaed56f9e9c0d90c..adef9511fb56f8700e9517f35c0f910e76a80367 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js
-// +build js
 
 package testing
 
index 34490c859ddb51af4c18ddddea22da1cace87a76..2a9821baa91959f335b93bd602cd998137cafb1e 100644 (file)
@@ -6,7 +6,6 @@
 // the binary.
 
 //go:build timetzdata
-// +build timetzdata
 
 package time
 
index 9fd2f2b7626ea68170e1bd0bf16f32c438d79e22..a8651bfdb87b550b5a91b9ad0d964cb28bced5d8 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 //
 // usage:
index 4dc55e44aa5fb6a92ad1b7b28db4ea27b83d4549..ba37cf54244bee4471d4b04b49d77353df9e871e 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build plan9
-// +build plan9
 
 package time
 
index 60fc090dc967ff2785609295cb2e185924c5b9ba..a949a6af225a407ad7ceacbc4925a6f1f7a29034 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
-// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris
 
 package time
 
index 0869c8458c60ae18edf1f1398534022b28f56ce7..4f40b51c7365e08652e395d4449853a701f2a140 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ignore
-// +build ignore
 
 // This program generates zipdata.go from $GOROOT/lib/time/zoneinfo.zip.
 package main
index 044691e13058520fdb290497731aa5db98a95b09..7eccabf24924309dfc053dbbb302bd22e34e8997 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build ios
-// +build ios
 
 package time
 
index 8245614d2e15c158d16a1c805c80409539c5f43a..d0aefb908898f930b5bfe68948fbd03571e502c2 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js && wasm
-// +build js,wasm
 
 package time
 
index 4ea029dbde97984e4600633f0ce5cb1a6b54d0c1..23f8b3cdb4af2b81852a24168a09f29a10dcb2ff 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || (darwin && !ios) || dragonfly || freebsd || (linux && !android) || netbsd || openbsd || solaris
-// +build aix darwin,!ios dragonfly freebsd linux,!android netbsd openbsd solaris
 
 // Parse "zoneinfo" time zone file.
 // This is a fairly standard file format used on OS X, Linux, BSD, Sun, and others.
index b75b374c3d535123a0ef21e41af50d368d4ce403..de95295cd3f6bdb24ce224a2cb310d0f0e42bddc 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build aix || (darwin && !ios) || dragonfly || freebsd || (linux && !android) || netbsd || openbsd || solaris
-// +build aix darwin,!ios dragonfly freebsd linux,!android netbsd openbsd solaris
 
 package time_test