...
Go Documentation Server
GoDoc
▽
submit search
Source file
src
/
github.com
/
bazelbuild
/
bazel-gazelle
/
language
/
go
/
testdata
/
platforms
/
cgo_generic.go
Documentation:
github.com/bazelbuild/bazel-gazelle/language/go/testdata/platforms
1
package platforms
2
3
/*
4
#cgo CFLAGS: -DGENERIC
5
*/
6
import "C"
7
View as plain text