Skip to content

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.

License

Notifications You must be signed in to change notification settings

krdganesh/go-concurrency-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages