By default, Go treats unused import as error, forcing you to delete the import. I want to know if there exists some hope to change to this behavior, e.g. reducing it to warn
If you are using the fmt package for general printing to console while you develop and test then you may find a better solution in the log package.
fmt