@fasterthanlime one thing I like about Go, if I remember correctly, is that they have a policy against compiler warnings, either it's something you must fix our it's not, and people tend not to fix warnings
@piegames @fasterthanlime Then maybe unused imports shouldn't be an error, at least that's the side I would come down on if I was creating a language
I would rather have a separate utility for my language for cleaning up code formatting and imports and such