mirror of https://github.com/knative/caching.git
bumping knative.dev/hack cf8cbc0...e178598: > e178598 Update community files (# 157) bumping knative.dev/pkg 80c511a...2fdd5f2: > 2fdd5f2 Update actions (# 2449) > 76a28b0 set git user name/email prior to merging upstream (# 2448) > fe26417 Allow overriding lease name for a reconciler (# 2435) > 9b5c411 allow overriding the default grace period of 45 seconds (# 2423) > 4c2331f Bump golang.org/x/crypto (# 2444) > 708dc1c Update community files (# 2443) > 062ca30 upgrade to latest dependencies (# 2433) > 4fcbc1b Update actions (# 2434) Signed-off-by: Knative Automation <automation@knative.team> |
||
---|---|---|
.. | ||
AUTHORS | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
LICENSE | ||
PATENTS | ||
README.md | ||
codereview.cfg | ||
go.mod | ||
go.sum | ||
term.go | ||
term_plan9.go | ||
term_unix.go | ||
term_unix_bsd.go | ||
term_unix_other.go | ||
term_unsupported.go | ||
term_windows.go | ||
terminal.go |
README.md
Go terminal/console support
This repository provides Go terminal and console support packages.
Download/Install
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
.
Report Issues / Send Patches
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.