github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/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)