...
Go Documentation Server
GoDoc
▽
submit search
Source file
src
/
go
/
build
/
testdata
/
cgo_disabled
/
cgo_disabled.go
Documentation:
go/build/testdata/cgo_disabled
1
package cgo_disabled
2
3
import "C"
4
5
import _ "should/be/ignored"
6
View as plain text