You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, in the process countGoImportsScanned doesn't work anymore, since goimports no longer prints the directories which are scanned when it is running in verbose mode. If we wanted to count this we'd have to count the syscalls (unportable) or reintroduce the message or add a counting feature to goimports itself. I guess it was removed for a reason.
The log message always shows 0 here now:
Ignored 434 directories. goimports considers 0 directories in 148ms (cpu=416ms).
I'm not actively working on this. I would accept a patch just to remove the count message, for now, at which point I would consider the issue closed.
The text was updated successfully, but these errors were encountered:
goimports got faster! 🎉
Unfortunately, in the process
countGoImportsScanned
doesn't work anymore, since goimports no longer prints the directories which are scanned when it is running in verbose mode. If we wanted to count this we'd have to count the syscalls (unportable) or reintroduce the message or add a counting feature to goimports itself. I guess it was removed for a reason.The log message always shows 0 here now:
I'm not actively working on this. I would accept a patch just to remove the count message, for now, at which point I would consider the issue closed.
The text was updated successfully, but these errors were encountered: