github.com/v2fly/tools@v0.100.0/internal/lsp/testdata/cgo/declarecgo_nocgo.go (about) 1 //+build !cgo 2 3 package cgo 4 5 // Set a dummy marker to keep the test framework happy. The tests should be skipped. 6 var _ = "Example" //@mark(funccgoexample, "Example"),godef("ample", funccgoexample),complete("ample", funccgoexample)