caching/vendor/golang.org/x/term
Paul Schweigert 230ac69ffc
bump go.mod to v1.18 (#660)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-08-03 17:51:18 +00:00
..
AUTHORS upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
CONTRIBUTING.md upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
CONTRIBUTORS upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
LICENSE upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
PATENTS upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
README.md upgrade to latest dependencies (#520) 2021-08-29 23:30:28 -07:00
codereview.cfg upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
term.go upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
term_plan9.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
term_unix.go upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
term_unix_bsd.go upgrade to latest dependencies (#520) 2021-08-29 23:30:28 -07:00
term_unix_other.go upgrade to latest dependencies (#609) 2022-03-02 07:27:43 -08:00
term_unsupported.go upgrade to latest dependencies (#520) 2021-08-29 23:30:28 -07:00
term_windows.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
terminal.go upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -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.