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 / _CheckUnexportedReturn.disabled / CheckUnexportedReturn_test.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/_CheckUnexportedReturn.disabled/CheckUnexportedReturn_test.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/stylecheck/testdata/src/_CheckUnexportedReturn.disabled/CheckUnexportedReturn_test.go
deleted file mode 100644 (file)
index 2ee0157..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// Package pkg ...
-package pkg
-
-func Fn13() t1        { return 0 }
-func Fn14() *t1       { return nil }
-func (Recv) Fn15() t1 { return 0 }