commit | 761de043ff71e464a82a4034e22e4599f4599226 | [log] [tgz] |
---|---|---|
author | Dmitri Goutnik <dgoutnik@gmail.com> | Sat Oct 26 09:38:30 2019 -0500 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Sat Oct 26 14:42:23 2019 +0000 |
tree | 3bb625d5590b624e215985199e6fad912068b1c0 | |
parent | 5215a04f73e3b3ed1f8e7ac6e50fa4b69632f2a4 [diff] |
term: fix build on freebsd/arm64 Updates golang/go#35182 Change-Id: Ie108dbc04e97d9e120f64686fbf7fe1d51d7de5f Reviewed-on: https://go-review.googlesource.com/c/term/+/203617 Reviewed-by: Brad Fitzpatrick <bradfitz@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.