|
há 4 anos atrás | |
---|---|---|
.. | ||
AUTHORS | há 4 anos atrás | |
CONTRIBUTING.md | há 4 anos atrás | |
CONTRIBUTORS | há 4 anos atrás | |
LICENSE | há 4 anos atrás | |
PATENTS | há 4 anos atrás | |
README.md | há 4 anos atrás | |
go.mod | há 4 anos atrás | |
go.sum | há 4 anos atrás | |
term.go | há 4 anos atrás | |
term_plan9.go | há 4 anos atrás | |
term_solaris.go | há 4 anos atrás | |
term_unix.go | há 4 anos atrás | |
term_unix_aix.go | há 4 anos atrás | |
term_unix_bsd.go | há 4 anos atrás | |
term_unix_linux.go | há 4 anos atrás | |
term_unix_zos.go | há 4 anos atrás | |
term_unsupported.go | há 4 anos atrás | |
term_windows.go | há 4 anos atrás | |
terminal.go | há 4 anos atrás |
This repository provides Go terminal and console support packages.
The easiest way to install is to run go get -u golang.org/x/term
. You can
also manually git clone the repository to $GOPATH/src/golang.org/x/term
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the term repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/term:" in the subject line, so it is easy to find.