some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / cmd / guru / testdata / src / implements-methods / main.golden
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/cmd/guru/testdata/src/implements-methods/main.golden b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/cmd/guru/testdata/src/implements-methods/main.golden
deleted file mode 100644 (file)
index bd591e8..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
--------- @implements F.f --------
-abstract method func (F).f()
-       is implemented by method (*C).f
-       is implemented by method (D).f
-       is implemented by method (FG).f
-
--------- @implements FG.f --------
-abstract method func (FG).f()
-       is implemented by method (*D).f
-       implements method (F).f
-
--------- @implements FG.g --------
-abstract method func (FG).g() []int
-       is implemented by method (*D).g
-
--------- @implements *C.f --------
-concrete method func (*C).f()
-       implements method (F).f
-
--------- @implements D.f --------
-concrete method func (D).f()
-       implements method (F).f
-concrete method func (D).f()
-       implements method (FG).f
-
--------- @implements *D.g --------
-concrete method func (*D).g() []int
-       implements method (FG).g
-
--------- @implements Len --------
-concrete method func (sorter).Len() int
-       implements method (lib.Sorter).Len
-
--------- @implements I.Method --------
-abstract method func (I).Method(*int) *int
-       is implemented by method (lib.Type).Method
-