prometheus/vendor/golang.org/x/term
Julien Pivotto 5b4f46a348 Add TLS and basic authentication
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-12-28 21:33:44 +01:00
..
AUTHORS Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
CONTRIBUTING.md Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
CONTRIBUTORS Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
LICENSE Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
PATENTS Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
README.md Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
go.mod Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
go.sum Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_plan9.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_solaris.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_unix.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_unix_aix.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_unix_bsd.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_unix_linux.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_unix_zos.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_unsupported.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
term_windows.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00
terminal.go Add TLS and basic authentication 2020-12-28 21:33:44 +01:00

README.md

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.