841 B
841 B
go-tmp
Package tmp implements an expiring optional-type with a time-out, for the Go programming language.
In other programming languages, an optional-type might be known 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-tmp
Import
To import package tmp use import
code like the follownig:
import "sourcecode.social/reiver/go-tmp"
Installation
To install package tmp do the following:
GOPROXY=direct go get https://sourcecode.social/reiver/go-tmp
Author
Package tmp was written by Charles Iliya Krempeaux