Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / 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 }