Charles Iliya Krempeaux bd5fb81906 | ||
---|---|---|
LICENSE | ||
README.md |
README.md
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
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