Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / internal / lsp / testdata / cgo / declarecgo_nocgo.go
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)