luet/vendor/golang.org/x/term
Itxaka 4adc0dc9b9
Use goreleaser to build and release (#244)
Instead of using gox on one side and an action to release, we can merge
them together with goreleaser which will build for extra targets (arm,
mips if needed in the future) and it also takes care of creating
checksums, a source archive, and a changelog and creating a release with
all the artifacts.

All binaries should respect the old naming convention, so any scripts
out there should still work.

Signed-off-by: Itxaka <igarcia@suse.com>
2021-08-11 08:30:55 +02:00
..
AUTHORS Update vendor 2021-03-11 17:57:59 +01:00
CONTRIBUTING.md Update vendor 2021-03-11 17:57:59 +01:00
CONTRIBUTORS Update vendor 2021-03-11 17:57:59 +01:00
go.mod Use goreleaser to build and release (#244) 2021-08-11 08:30:55 +02:00
go.sum Use goreleaser to build and release (#244) 2021-08-11 08:30:55 +02:00
LICENSE Update vendor 2021-03-11 17:57:59 +01:00
PATENTS Update vendor 2021-03-11 17:57:59 +01:00
README.md Update vendor 2021-03-11 17:57:59 +01:00
term_plan9.go Update vendor 2021-03-11 17:57:59 +01:00
term_solaris.go Update vendor 2021-03-11 17:57:59 +01:00
term_unix_aix.go Update vendor 2021-03-11 17:57:59 +01:00
term_unix_bsd.go Update vendor 2021-03-11 17:57:59 +01:00
term_unix_linux.go Update vendor 2021-03-11 17:57:59 +01:00
term_unix_zos.go Update vendor 2021-03-11 17:57:59 +01:00
term_unix.go Update vendor 2021-03-11 17:57:59 +01:00
term_unsupported.go Update vendor 2021-03-11 17:57:59 +01:00
term_windows.go Update vendor 2021-03-11 17:57:59 +01:00
term.go Update vendor 2021-03-11 17:57:59 +01:00
terminal.go Update vendor 2021-03-11 17:57:59 +01:00

Go terminal/console support

This repository provides Go terminal and console support packages.

Download/Install

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.

Report Issues / Send Patches

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.