github.com/jd-ly/tools@v0.5.7/internal/lsp/testdata/fillstruct/fill_struct_spaces.go (about) 1 package fillstruct 2 3 type StructD struct { 4 ExportedIntField int 5 } 6 7 func spaces() { 8 d := StructD{} //@suggestedfix("}", "refactor.rewrite") 9 }