This repository provides a Go package to read passwords from the terminal with
echo disabled. This implementation relies on the x/sys/unix package to
read and write terminal settings.
Readline reads a single line of text from the TTY of the current process,
with echo disabled. The line is returned without its trailling newline and
echo is re-enabled before returning.