.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 / godef / a / a_test.go
1 package a
2
3 import (
4         "testing"
5 )
6
7 func TestA(t *testing.T) { //@TestA,godef(TestA, TestA)
8 }