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