Removed return in iterateFiles method, as it could lead to situation when not all types from target package are imported.
If some types are not imported, printIdent in printer/printer.go will fail to make a comparison and will not add typesPrefix to the type name.
Removed
return
initerateFiles
method, as it could lead to situation when not all types from target package are imported. If some types are not imported,printIdent
inprinter/printer.go
will fail to make a comparison and will not addtypesPrefix
to the type name.