go-tmp/README.md

30 lines
841 B
Markdown
Raw Permalink Normal View History

2023-11-01 16:35:03 +00:00
# go-tmp
2023-11-01 15:17:43 +00:00
2023-11-01 16:35:03 +00:00
Package **tmp** implements an **expiring** **optional-type** with a **time-out**, for the Go programming language.
2023-11-01 15:17:43 +00:00
2023-11-01 15:19:00 +00:00
In other programming languages, an **optional-type** might be known as: a **option-type**, or a **maybe-type**.
2023-11-01 15:17:43 +00:00
## Documention
2023-11-01 16:35:03 +00:00
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-tmp
2023-11-01 15:17:43 +00:00
2023-11-01 16:35:03 +00:00
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-tmp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-tmp)
2023-11-01 15:17:43 +00:00
## Import
2023-11-01 16:35:03 +00:00
To import package **tmp** use `import` code like the follownig:
2023-11-01 15:17:43 +00:00
```
2023-11-01 16:35:03 +00:00
import "sourcecode.social/reiver/go-tmp"
2023-11-01 15:17:43 +00:00
```
## Installation
2023-11-01 16:35:03 +00:00
To install package **tmp** do the following:
2023-11-01 15:17:43 +00:00
```
2023-11-01 16:35:03 +00:00
GOPROXY=direct go get https://sourcecode.social/reiver/go-tmp
2023-11-01 15:17:43 +00:00
```
## Author
2023-11-01 16:35:03 +00:00
Package **tmp** was written by [Charles Iliya Krempeaux](http://changelog.ca)