Sign in
go
/
tools
/
24389d4d0ca5f0b2458e2bcc37605b70d64c581b
/
.
/
internal
/
lsp
/
testdata
/
fillstruct
/
fill_struct_spaces.go.golden
blob: 0d755334c99636c9173fb2a09fa26902ab68343d [
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")
}