github.com/v2fly/tools@v0.100.0/internal/lsp/testdata/godef/a/a_test.go (about)

     1  package a
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestA(t *testing.T) { //@TestA,godef(TestA, TestA)
     8  }