title: UnusedImport layout: article
UnusedImport occurs when an import is unused. Example: import "fmt" func main() {}