.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.1-0.20210319172145-bda8f5cee399 / 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)