Skip to content

A small Go package containing features that act like JavaScript promises

Notifications You must be signed in to change notification settings

WKHAllen/gopromise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Promises

GoPromises is a small Go package containing features that act like JavaScript promises. It was inspired by this post.

Installation

First, install the package:

$ go get -u github.com/WKHAllen/gopromise

Then import it:

import "github.com/WKHAllen/gopromise"

Example

See the test file for basic examples.

About

A small Go package containing features that act like JavaScript promises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages