Skip to content

Joker666/AsyncGoDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages