Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bariseser/go-concurrent-sample

This sample code explain that how to use go concurrency feature with mysql
https://github.com/bariseser/go-concurrent-sample

golang golang-concurency golang-library golang-sample golang-tutorial

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

### 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
```