Sign in
go
/
tools
/
d093a1395bfec672a3bba36b56333dfe3ff2c132
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
semantic
/
semantic_test.go
blob: 63d59f666ca02621c192b2ecc7b24a5ba33c1ac8 [
file
] [
log
] [
blame
]
package semantictokens
import (
"os"
"testing"
)
func TestSemanticTokens(t *testing.T) {
a, _ := os.Getwd()
// climb up to find internal/lsp
// find all the .go files
}