.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_x_test.go.golden
diff --git a/.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_x_test.go.golden b/.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_x_test.go.golden
new file mode 100644 (file)
index 0000000..dd1d740
--- /dev/null
@@ -0,0 +1,26 @@
+-- TestA2-definition --
+godef/a/a_x_test.go:7:6-12: defined here as ```go
+func TestA2(t *testing.T)
+```
+-- TestA2-definition-json --
+{
+       "span": {
+               "uri": "file://godef/a/a_x_test.go",
+               "start": {
+                       "line": 7,
+                       "column": 6,
+                       "offset": 44
+               },
+               "end": {
+                       "line": 7,
+                       "column": 12,
+                       "offset": 50
+               }
+       },
+       "description": "```go\nfunc TestA2(t *testing.T)\n```"
+}
+
+-- TestA2-hover --
+```go
+func TestA2(t *testing.T)
+```