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
The var _ = fmt.Printf trick is helpful here.
var _ = fmt.Printf