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