miguelmota/golang-for-nodejs-developers

Promises example

chebyrash opened this issue · 2 comments

I realise that this is repo is aimed to show how to use basic language functionality to achieve similar-to-NodeJS features and we already have an example of using promises in Go.

I wrote a promise library for Go inspired by JS promises and their functionality / methods are basically the same.

Do you think it would be a good idea to showcase the library here?

Desanclar