Versions in this module Expand all Collapse all v0 v0.0.2 Dec 16, 2024 Changes in this version + func Print(str string) v0.0.1 Feb 4, 2023 Changes in this version + func Printf(str string, objs ...interface{}) + func Printlf(level Level, str string, objs ...interface{}) + func SetDebugMode(debugMode bool) + func SetWriter(writer io.Writer) + type Level uint + const DEBUG + const ERROR + const FATAL + const INFO + const WARN + type Prompter struct + func NewPrompter() *Prompter + func (p *Prompter) Prompt(m string) + func (p *Prompter) Promptf(str string, objs ...interface{}) + func (p *Prompter) ReadString() (string, error)