Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + const MinPassLength + func GetCheckPassword(prompt, prompt2 string, buf *bufio.Reader) (string, error) + func GetConfirmation(prompt string, buf *bufio.Reader) (bool, error) + func GetPassword(prompt string, buf *bufio.Reader) (pass string, err error) + func GetString(prompt string, buf *bufio.Reader) (string, error) + func PrintPrefixed(msg string)