initial commits
parent
371f584055
commit
d1e874fe9a
18
README.md
18
README.md
|
@ -1,29 +1,29 @@
|
||||||
# go-exp
|
# go-tmp
|
||||||
|
|
||||||
Package **exp** implements an **expiring** **optional-type** with a **time-out**, for the Go programming language.
|
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**.
|
In other programming languages, an **optional-type** might be known as: a **option-type**, or a **maybe-type**.
|
||||||
|
|
||||||
## Documention
|
## Documention
|
||||||
|
|
||||||
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-exp
|
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-tmp
|
||||||
|
|
||||||
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-exp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-exp)
|
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-tmp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-tmp)
|
||||||
|
|
||||||
## Import
|
## Import
|
||||||
|
|
||||||
To import package **exp** use `import` code like the follownig:
|
To import package **tmp** use `import` code like the follownig:
|
||||||
```
|
```
|
||||||
import "sourcecode.social/reiver/go-exp"
|
import "sourcecode.social/reiver/go-tmp"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To install package **exp** do the following:
|
To install package **tmp** do the following:
|
||||||
```
|
```
|
||||||
GOPROXY=direct go get https://sourcecode.social/reiver/go-exp
|
GOPROXY=direct go get https://sourcecode.social/reiver/go-tmp
|
||||||
```
|
```
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
Package **exp** was written by [Charles Iliya Krempeaux](http://changelog.ca)
|
Package **tmp** was written by [Charles Iliya Krempeaux](http://changelog.ca)
|
||||||
|
|
Loading…
Reference in New Issue