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