go-tmp/README.md

840 B

go-exp

Package exp implements an expiring optional-type with a time-out, for the Go programming language.

In other programming languages, an optional-type might be know as: a option-type, or a maybe-type.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-exp

GoDoc

Import

To import package exp use import code like the follownig:

import "sourcecode.social/reiver/go-exp"

Installation

To install package exp do the following:

GOPROXY=direct go get https://sourcecode.social/reiver/go-exp

Author

Package exp was written by Charles Iliya Krempeaux