]> Cypherpunks.ru repositories - gostls13.git/commit
misc/cgo: remove +build lines, add go:build where needed
authorIan Lance Taylor <iant@golang.org>
Tue, 4 Apr 2023 21:20:26 +0000 (14:20 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 10 Apr 2023 22:32:35 +0000 (22:32 +0000)
commit369d7119de19751f3adf751eba26d24371f1c799
tree4323cf6f4bdd0b0f4df4f7b41a16f72ac7a1e94d
parent7b1e0bb79cd5617823acfb551ea31904643a55d5
misc/cgo: remove +build lines, add go:build where needed

Change-Id: Iae6ac32db5c2aacb323793a7e0dc34e09648d035
Reviewed-on: https://go-review.googlesource.com/c/go/+/482295
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
70 files changed:
misc/cgo/gmp/fib.go
misc/cgo/gmp/pi.go
misc/cgo/test/callback_c_gc.c
misc/cgo/test/callback_c_gccgo.c
misc/cgo/test/cgo_thread_lock.go
misc/cgo/test/cgo_unix_test.go
misc/cgo/test/cthread_unix.c
misc/cgo/test/issue1435.go
misc/cgo/test/issue18146.go
misc/cgo/test/issue21897.go
misc/cgo/test/issue21897b.go
misc/cgo/test/issue24161arg/def.go
misc/cgo/test/issue24161arg/use.go
misc/cgo/test/issue24161e0/main.go
misc/cgo/test/issue24161e1/main.go
misc/cgo/test/issue24161e2/main.go
misc/cgo/test/issue24161res/restype.go
misc/cgo/test/issue29563.go
misc/cgo/test/issue4029.c
misc/cgo/test/issue4029.go
misc/cgo/test/issue4029w.go
misc/cgo/test/issue42018.go
misc/cgo/test/issue6997_linux.c
misc/cgo/test/issue6997_linux.go
misc/cgo/test/issue8517.go
misc/cgo/test/issue8694.go
misc/cgo/test/issue9400/asm_386.s
misc/cgo/test/issue9400/asm_amd64x.s
misc/cgo/test/issue9400/asm_arm.s
misc/cgo/test/issue9400/asm_arm64.s
misc/cgo/test/issue9400/asm_mips64x.s
misc/cgo/test/issue9400/asm_mipsx.s
misc/cgo/test/issue9400/asm_ppc64x.s
misc/cgo/test/issue9400/asm_riscv64.s
misc/cgo/test/issue9400/asm_s390x.s
misc/cgo/test/issue9400/gccgo.go
misc/cgo/test/issue9400/stubs.go
misc/cgo/test/sigaltstack.go
misc/cgo/test/sigprocmask.c
misc/cgo/test/sigprocmask.go
misc/cgo/test/test_unix.go
misc/cgo/testcshared/testdata/libgo2/dup2.go
misc/cgo/testcshared/testdata/libgo2/dup3.go
misc/cgo/testcshared/testdata/libgo2/libgo2.go
misc/cgo/testgodefs/testdata/anonunion.go
misc/cgo/testgodefs/testdata/bitfields.go
misc/cgo/testgodefs/testdata/fieldtypedef.go
misc/cgo/testgodefs/testdata/issue37479.go
misc/cgo/testgodefs/testdata/issue37621.go
misc/cgo/testgodefs/testdata/issue38649.go
misc/cgo/testgodefs/testdata/issue39534.go
misc/cgo/testgodefs/testdata/issue48396.go
misc/cgo/testgodefs/testdata/issue8478.go
misc/cgo/testplugin/testdata/issue22295.pkg/main.go
misc/cgo/testplugin/testdata/unnamed1/main.go
misc/cgo/testplugin/testdata/unnamed2/main.go
misc/cgo/testshared/testdata/depBase/asm.s
misc/cgo/testshared/testdata/depBase/gccgo.go
misc/cgo/testshared/testdata/depBase/stubs.go
misc/cgo/testso/noso_test.go
misc/cgo/testso/so_test.go
misc/cgo/testso/testdata/cgoso_c.c
misc/cgo/testso/testdata/cgoso_unix.go
misc/cgo/testso/testdata/main.go
misc/cgo/testsovar/noso_test.go
misc/cgo/testsovar/so_test.go
misc/cgo/testsovar/testdata/cgoso_c.c
misc/cgo/testsovar/testdata/cgoso_c.h
misc/cgo/testsovar/testdata/main.go
misc/cgo/testtls/tls_test.go