Post-cleanup utility that runs after code generation to clean up unused imports
in generated code. This was necessary for code generated by wrangler,
which often introduces unused imports in the generated files. The tool uses
goimports to automatically remove these unnecessary imports from the specified
directories containing generated code, helping to avoid compilation errors about
unused packages.