github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/implementation/other/other_test.go (about) 1 package other 2 3 import ( 4 "testing" 5 ) 6 7 // This exists so the other.test package comes into existence. 8 9 func TestOther(t *testing.T) { 10 }