Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 832 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 832 Bytes

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