Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 512 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.

Prerequisites -

Basic knowledge of Go Lang. Go Lang installed on machine.

How to run -

  1. Go inside go-concurrency-examples folder
  2. go build
  3. .\go-concurrency-examples.exe (for Windows) OR ./go-concurrency-examples (for Mac)