diff --git a/cmd/cloner/cloner.go b/cmd/cloner/cloner.go index d0b20c43e..c8f09fdc5 100644 --- a/cmd/cloner/cloner.go +++ b/cmd/cloner/cloner.go @@ -86,8 +86,8 @@ func main() { } pkg := typeNameObj.Pkg() gen(buf, imports, typeName, typ, pkg) + found = true } - found = true } } if !found {