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/gopromise
Then import it:
import "github.com/WKHAllen/gopromise"
See the test file for basic examples.