Golang MySQL error SQL: unknown driver “MySQL” (Forgotten import?) solution

SQL: UNKNOWN Driver “mysql” (forgotten Import?) when you connect to golang with GORM, forget it
Need to connect to the database file into _ “github.com/jinzhu/gorm/dialects/mysql”
 
 

Read More: