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

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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