Sign in
go
/
go.git
/
a58afe44fa3be498e213bafa77455ffdfe5e23e2
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
install_cgo_excluded.txt
blob: 5a2b46030f12ab80d9023fa2dd956a3db5bd4c19 [
file
]
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