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