commit | ee85cb95a76bf5227e3c22c0267145231700654d | [log] [tgz] |
---|---|---|
author | Julie Qiu <julie@golang.org> | Mon Dec 07 17:54:13 2020 -0500 |
committer | Julie Qiu <julie@golang.org> | Mon Dec 07 23:21:18 2020 +0000 |
tree | dc4b8e96bb19910c965300a2208d35a6b4530092 | |
parent | 7de9c90e9dd184706b838f536a1cbf40a296ddb7 [diff] |
README.md: add badge to pkg.go.dev Change-Id: I60b0ccc17038d457c105a0727139eb36d61b4e12 Reviewed-on: https://go-review.googlesource.com/c/term/+/275936 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This repository provides Go terminal and console support packages.
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
.
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.