Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Joker666/AsyncGoDemo

A demo app that shows how async/await can be implemented and used in Golang
https://github.com/Joker666/AsyncGoDemo

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

![logo](https://hackernoon.com/images/3Ur17PtJhkV5UkAAJFu6z8t0fKg1-eh2032xi.jpeg)

## 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](https://github.com/joker666)