Sign in
go
/
tools
/
093c8a713e3dd78f8a89eb0b046785ae94b3549f
/
.
/
internal
/
lsp
/
testdata
/
fillstruct
/
fill_struct_spaces.go
blob: 6a468cd544cfe5b9c1e93fdb68454f49c1086ad0 [
file
] [
log
] [
blame
]
package fillstruct
type StructD struct {
ExportedIntField int
}
func spaces() {
d := StructD{}
//@suggestedfix("}", "refactor.rewrite", "Fill")
}