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