commit | 6a610bc55bff057aed1d188757e3d0247a3badf2 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Tue Oct 10 18:57:41 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Wed Oct 11 14:06:51 2023 +0000 |
tree | 153696e21d664011af3f58d2c5210d2fccbfcfdd | |
parent | ea6303ae752eaacd897fec4b7534b74c56e1d787 [diff] |
all: update go directive to 1.18 Done with: go get go@1.18 go mod tidy go fix ./... Using go1.21.3. For golang/go#60268. Change-Id: Ic6a53c8e217966f5f95b3a968b25ef123b4b99cf Reviewed-on: https://go-review.googlesource.com/c/term/+/534475 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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.