Sign in
go
/
go
/
220bc44a4c7b8ccc15c38f593531d5f0e721485c
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
install_cgo_excluded.txt
blob: 5a2b46030f12ab80d9023fa2dd956a3db5bd4c19 [
file
] [
log
] [
blame
]
env CGO_ENABLED=0
! go install cgotest
stderr 'build constraints exclude all Go files'
-- go.mod --
module cgotest
go 1.16
-- m.go --
package cgotest
import "C"
var _ C.int