This sample code explain that how to use go concurrency feature with mysql
Please make the necessary changes to the db/db.go file before running the application
db/db.go
line: 10 db, err := sql.Open("mysql", "root:12345@tcp(127.0.0.1)/dbname")
go run main.go