Sign in
go
/
tools
/
2dc7ebab284bdfe6bb7ae8b77c3cccb0049e13ce
/
.
/
gopls
/
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")
}