github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/internal/lsp/testdata/semantic/semantic_test.go (about) 1 package semantictokens 2 3 import ( 4 "os" 5 "testing" 6 ) 7 8 func TestSemanticTokens(t *testing.T) { 9 a, _ := os.Getwd() 10 // climb up to find internal/lsp 11 // find all the .go files 12 13 }