Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / internal / lsp / testdata / references / refs_test.go
1 package references
2
3 import (
4         "testing"
5 )
6
7 // This test exists to bring the test package into existence.
8
9 func TestReferences(t *testing.T) {
10 }