initial commits

master
Charles Iliya Krempeaux 2023-11-01 09:35:03 -07:00
parent 371f584055
commit d1e874fe9a
1 changed files with 9 additions and 9 deletions

View File

@ -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**.
## 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
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
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
Package **exp** was written by [Charles Iliya Krempeaux](http://changelog.ca)
Package **tmp** was written by [Charles Iliya Krempeaux](http://changelog.ca)