Documentation ¶ Index ¶ func Go(f func() error) chan error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Go ¶ func Go(f func() error) chan error Go is a basic promise implementation: it wraps calls a function in a goroutine, and returns a channel which will later return the function's return value. Types ¶ This section is empty. Source Files ¶ View all Source files promise.go Click to show internal directories. Click to hide internal directories.