GoPromises is a small Go package containing features that act like JavaScript promises. It was inspired by this post.
First, install the package:
$ go get -u github.com/WKHAllen/gopromiseThen import it:
import "github.com/WKHAllen/gopromise"See the test file for basic examples.