Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2022 Changes in this version + var ErrMasterPasswordIncorrect = errors.New("master password incorrect") + var ErrMasterPasswordMustNotBeEmpty = errors.New("master password must not be empty") + func CopyToClipboard(s string) + func NewUUIDV4() (string, error) + func ReadLine() (string, error) + func ReadPassword() (string, error) + func RenderTable(w io.Writer, headerColumns []string, lines [][]string)