some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / refactor / eg / testdata / J.template
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/refactor/eg/testdata/J.template b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/refactor/eg/testdata/J.template
deleted file mode 100644 (file)
index 6f82cdf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build ignore
-
-package templates
-
-import ()
-
-func before(x int) int { return x + x + x }
-func after(x int) int {
-       temp := x + x
-       return temp + x
-}