some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / refactor / eg / testdata / I1.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/refactor/eg/testdata/I1.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/refactor/eg/testdata/I1.go
deleted file mode 100644 (file)
index d1762eb..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// +build ignore
-
-package I1
-
-import "fmt"
-
-func example() {
-       _ = fmt.Errorf("%s", "foo")
-}