Sign in
go
/
tools
/
bebd890374898b8c6c9fb163f02a62bd41eec577
/
.
/
internal
/
lsp
/
testdata
/
fillstruct
/
fill_struct_spaces.go.golden
blob: 590c91611d0b81967e216e9c7e5505b2c61bf16f [
file
] [
log
] [
blame
]
--
suggestedfix_fill_struct_spaces_8_15
--
package
fillstruct
type
StructD
struct
{
ExportedIntField
int
}
func spaces
()
{
d
:=
StructD
{
ExportedIntField
:
0
,
}
//@suggestedfix("}", "refactor.rewrite", "Fill")
}