go/internal/lsp/tests/tests_cgo.go

8 lines
62 B
Go

// +build cgo
package tests
func init() {
haveCgo = true
}