some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / internal / lsp / testdata / fillstruct / fill_struct_package.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/internal/lsp/testdata/fillstruct/fill_struct_package.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/internal/lsp/testdata/fillstruct/fill_struct_package.go
deleted file mode 100644 (file)
index 71f1248..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package fillstruct
-
-import (
-       h2 "net/http"
-
-       "golang.org/x/tools/internal/lsp/fillstruct/data"
-)
-
-func unexported() {
-       a := data.B{}   //@suggestedfix("}", "refactor.rewrite")
-       _ = h2.Client{} //@suggestedfix("}", "refactor.rewrite")
-}