}

Goimports Index Page 1

Go error: "imported and not used" — Fix Unused Import Compile Error

Fix the Go compiler error "imported and not used". Learn why Go enforces this rule and the 4 ways to resolve it: remove the import, use it, blank import, or goimports.