.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / internal / lsp / testdata / fillstruct / fill_struct_spaces.go.golden
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.0/internal/lsp/testdata/fillstruct/fill_struct_spaces.go.golden b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.0/internal/lsp/testdata/fillstruct/fill_struct_spaces.go.golden
new file mode 100644 (file)
index 0000000..0d75533
--- /dev/null
@@ -0,0 +1,13 @@
+-- suggestedfix_fill_struct_spaces_8_15 --
+package fillstruct
+
+type StructD struct {
+       ExportedIntField int
+}
+
+func spaces() {
+       d := StructD{
+               ExportedIntField: 0,
+       } //@suggestedfix("}", "refactor.rewrite")
+}
+