README.md

 1# Go terminal/console support
 2
 3[![Go Reference](https://pkg.go.dev/badge/golang.org/x/term.svg)](https://pkg.go.dev/golang.org/x/term)
 4
 5This repository provides Go terminal and console support packages.
 6
 7## Report Issues / Send Patches
 8
 9This repository uses Gerrit for code changes. To learn how to submit changes to
10this repository, see https://go.dev/doc/contribute.
11
12The git repository is https://go.googlesource.com/term.
13
14The main issue tracker for the term repository is located at
15https://go.dev/issues. Prefix your issue with "x/term:" in the
16subject line, so it is easy to find.