Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 258 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 258 Bytes

go-concurrency-examples

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.