commit | 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon Sep 27 23:18:50 2021 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Mon Sep 27 22:27:41 2021 +0000 |
tree | 4d82e419bc5e4b1630ef59b1a4cce8b8cdc0482e | |
parent | f766a8b9aeb1b7e2c6ad404c3edbc25e6f7724a2 [diff] |
term: add codereview.cfg This will let git codereview rewrite issue references to the golang/go repo. See https://golang.org/cl/4131 for details. Change-Id: I5d5871b8570cdd448949a5a984027f909ab521a5 Reviewed-on: https://go-review.googlesource.com/c/term/+/352590 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@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.