This project will give you a demo of handling concurrency in Go Lang. It gets data from an api, processes it and writes the data in a file. Another function watches for the files, reads it, deletes it and shows the data on console.
Basic knowledge of Go Lang. Go Lang installed on machine.
- Go inside go-concurrency-examples folder
- go build
- .\go-concurrency-examples.exe (for Windows) OR ./go-concurrency-examples (for Mac)