some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / internal / lsp / testdata / godef / a / a_test.go.golden
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/internal/lsp/testdata/godef/a/a_test.go.golden b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/internal/lsp/testdata/godef/a/a_test.go.golden
deleted file mode 100644 (file)
index ac50b90..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
--- TestA-definition --
-godef/a/a_test.go:7:6-11: defined here as ```go
-func TestA(t *testing.T)
-```
--- TestA-definition-json --
-{
-       "span": {
-               "uri": "file://godef/a/a_test.go",
-               "start": {
-                       "line": 7,
-                       "column": 6,
-                       "offset": 39
-               },
-               "end": {
-                       "line": 7,
-                       "column": 11,
-                       "offset": 44
-               }
-       },
-       "description": "```go\nfunc TestA(t *testing.T)\n```"
-}
-
--- TestA-hover --
-```go
-func TestA(t *testing.T)
-```