Ask questionsconfusing error message "File is not goimports-ed (goimports)"
A file not being "goimports-ed" is a little confusing. Can we adjust this error message to something a little clearer like "File has not been formatted (goimports)"
Answer
questions
vtopc
@bcomnes, import statement != goimports, looks like the tool should be renamed, not a message.
In addition to fixing imports, goimports also formats your code in the same style as gofmt
Related questions