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