Sign in
go
/
tools
/
545ca87cb53fecbea3162bffc4057580c456a4d0
/
.
/
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")
}