套件:golang-github-tcnksm-go-input-dev(0.0~git20180404.548a7d7-1)
golang-github-tcnksm-go-input-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-tcnksm-go-input:
- [golang-github-tcnksm-go-input_0.0~git20180404.548a7d7-1.dsc]
- [golang-github-tcnksm-go-input_0.0~git20180404.548a7d7.orig.tar.xz]
- [golang-github-tcnksm-go-input_0.0~git20180404.548a7d7-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Go package for ideal tty prompt
go-input is a Go package for reading user input in console.
Here is the some good points compared with other/similar packages. It can handle SIGINT (Ctrl+C) while reading input and returns error. It allows one to change IO interface as io.Writer and io.Reader so it's easy to test of your go program with this package (This package is also well-tested!). It also supports raw mode input (reading input without prompting) for multiple platform (Darwin, Linux and Windows). Not only this it allows one to prompt complex input via Option struct.
其他與 golang-github-tcnksm-go-input-dev 有關的套件
|
|
|
|
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries