AsyncGoDemo
AsyncGoDemo copied to clipboard
A demo app that shows how async/await can be implemented and used in Golang

A demo application with async/await in Golang
async/await is an extremely popular feature of modern languages like C#, Python, Javascript. It simplifies the asynchronous method execution structure and, it reads like synchronous code. So much easier to follow for developers.
Contribution
Want to contribute? Great!
To fix a bug or enhance an existing code, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature') - Push to the branch (
git push origin improve-feature) - Create a Pull Request
License
MIT © MD Ahad Hasan