Versions in this module Expand all Collapse all v1 v1.7.3 Jan 14, 2025 Changes in this version + func Debug(format string, a ...any) + func Error(format string, a ...any) + func Fatalln(format string, a ...any) + func Info(format string, a ...any) + func MarkDone() + func Must(err error) + func Success(format string, a ...any) + func Warning(format string, a ...any) + type Console interface + Debug func(format string, a ...any) + Error func(format string, a ...any) + Fatalln func(format string, a ...any) + Info func(format string, a ...any) + MarkDone func() + Must func(err error) + Success func(format string, a ...any) + Warning func(format string, a ...any) + func NewColorConsole(enable ...bool) Console + func NewConsole(idea bool) Console + func NewIdeaConsole() Console