In case we wanted to run the examples then the program panics with the following reason
panic: sql: unknown driver "mysql" (forgotten import?)
We can assume that we use the go-sql-driver package driver so we need to add the missing imports there just in case.