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