mirror of
https://github.com/Luzifer/vault-totp.git
synced 2024-12-23 22:31:19 +00:00
25 lines
645 B
Markdown
25 lines
645 B
Markdown
|
term
|
||
|
====
|
||
|
Package term provides a portable interface for terminal I/O.
|
||
|
|
||
|
[Documentation online](http://godoc.org/github.com/tredoe/term)
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
go get github.com/tredoe/term
|
||
|
|
||
|
## Status
|
||
|
|
||
|
Tested in Linux 3.5.0, FreeBSD 9.1, NetBSD 6.1, OpenBSD 5.3, and Darwin systems,
|
||
|
for AMD64 and i386 architectures.
|
||
|
|
||
|
## License
|
||
|
|
||
|
The source files are distributed under the [Mozilla Public License, version 2.0](http://mozilla.org/MPL/2.0/),
|
||
|
unless otherwise noted.
|
||
|
Please read the [FAQ](http://www.mozilla.org/MPL/2.0/FAQ.html)
|
||
|
if you have further questions regarding the license.
|
||
|
|
||
|
* * *
|
||
|
*Generated by [Gowizard](https://github.com/tredoe/wizard)*
|