Charles Iliya Krempeaux 011d3ec64f | ||
---|---|---|
LICENSE | ||
README.md | ||
temporal.go | ||
temporal_filter_test.go | ||
temporal_gostring_test.go | ||
temporal_is_defunct_test.go | ||
temporal_is_nothing_test.go | ||
temporal_marshaljson.go | ||
temporal_marshaljson_bool_test.go |
README.md
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