github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/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)