.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.1-0.20210319172145-bda8f5cee399 / internal / lsp / testdata / semantic / semantic_test.go
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 }