github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/references/refs_test.go (about) 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 }