commit | e5f449aeb1717c7a4156811d5d65510fee9d1530 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Apr 11 13:13:07 2022 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Apr 11 21:56:00 2022 +0000 |
tree | cb1b5907fdf948eeafd5362d42b054c011e94f00 | |
parent | 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50 [diff] |
all: gofmt Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: Ib37025f3feda6c1ac63a48247a644dd5afac2be8 Reviewed-on: https://go-review.googlesource.com/c/term/+/399619 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
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.