some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / stylecheck / testdata / src / CheckReceiverNamesIdentical / generated.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/stylecheck/testdata/src/CheckReceiverNamesIdentical/generated.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/stylecheck/testdata/src/CheckReceiverNamesIdentical/generated.go
deleted file mode 100644 (file)
index 6ec7001..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// Code generated by hand. DO NOT EDIT.
-
-package pkg
-
-// Methods on T2 are only defined in this generated file
-// Methods on T3 and T4 are defined in this file and a non-generated file
-
-type T2 struct{}
-
-func (foo T2) Fn1() {}
-func (bar T2) Fn2() {}
-
-type T3 struct{}
-
-func (foo T3) Fn1() {}
-
-type T4 struct{}
-
-func (foo T4) Fn1() {}