# 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](https://godoc.org/sourcecode.social/reiver/go-exp?status.svg)](https://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](http://changelog.ca)