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.
Go to file
Charles Iliya Krempeaux 371f584055 initial commits 2023-11-01 08:19:00 -07:00
LICENSE initial commits 2023-11-01 08:17:43 -07:00
README.md initial commits 2023-11-01 08:19:00 -07:00

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 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-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