func/vendor/golang.org/x/term
David Simansky bf68b221a6
Update Knative dependencies to v1.1 (#925)
* Update Knative dependencies to v1.1 (0.28)

* Update vendor dir

* Update lincenses

* Fix docker push test

* Refactor docker client interface
2022-03-31 13:45:45 +00:00
..
AUTHORS Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
CONTRIBUTING.md Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
CONTRIBUTORS Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
LICENSE Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
PATENTS Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
README.md Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
codereview.cfg Update Knative dependencies to v1.1 (#925) 2022-03-31 13:45:45 +00:00
go.mod feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
go.sum feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
term.go Update Knative dependencies to v1.1 (#925) 2022-03-31 13:45:45 +00:00
term_plan9.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_unix.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_unix_bsd.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_unix_other.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_unsupported.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
term_windows.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
terminal.go Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00

README.md

Go terminal/console support

Go Reference

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.