Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / staticcheck / testdata / src / CheckTestMainExit-3 / CheckTestMainExit-3.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/staticcheck/testdata/src/CheckTestMainExit-3/CheckTestMainExit-3.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/staticcheck/testdata/src/CheckTestMainExit-3/CheckTestMainExit-3.go
new file mode 100644 (file)
index 0000000..4c6e6ca
--- /dev/null
@@ -0,0 +1,6 @@
+package pkg
+
+import "testing"
+
+func TestMain(t *testing.T) {
+}