...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
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