some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / cmd / guru / testdata / src / pointsto-json / main.golden
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/cmd/guru/testdata/src/pointsto-json/main.golden b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/cmd/guru/testdata/src/pointsto-json/main.golden
deleted file mode 100644 (file)
index 06a2204..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
--------- @pointsto val-p --------
-[
-       {
-               "type": "*int",
-               "labels": [
-                       {
-                               "pos": "testdata/src/pointsto-json/main.go:8:6",
-                               "desc": "s.x[*]"
-                       }
-               ]
-       }
-]
--------- @pointsto val-i --------
-[
-       {
-               "type": "*D",
-               "namepos": "testdata/src/pointsto-json/main.go:24:6",
-               "labels": [
-                       {
-                               "pos": "testdata/src/pointsto-json/main.go:14:10",
-                               "desc": "new"
-                       }
-               ]
-       },
-       {
-               "type": "C",
-               "namepos": "testdata/src/pointsto-json/main.go:23:6"
-       }
-]