Skip to content

This sample code explain that how to use go concurrency feature with mysql

License

Notifications You must be signed in to change notification settings

bariseser/go-concurrent-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

15381b1 · Jul 21, 2019

History

4 Commits
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019

Repository files navigation

Go Concurrency Sample

This sample code explain that how to use go concurrency feature with mysql

Important Notice

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")

How to use it

go run main.go 

About

This sample code explain that how to use go concurrency feature with mysql

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages