Documentation ¶ Index ¶ type UI func New(out *os.File) UI func (u UI) Bold(s string) string func (u UI) Dim(s string) string func (u UI) Error(s string) string func (u UI) Label(s string) string func (u UI) OK(s string) string func (u UI) Warn(s string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type UI ¶ type UI struct { // contains filtered or unexported fields } func New ¶ func New(out *os.File) UI func (UI) Bold ¶ func (u UI) Bold(s string) string func (UI) Dim ¶ func (u UI) Dim(s string) string func (UI) Error ¶ func (u UI) Error(s string) string func (UI) Label ¶ func (u UI) Label(s string) string func (UI) OK ¶ func (u UI) OK(s string) string func (UI) Warn ¶ func (u UI) Warn(s string) string Source Files ¶ View all Source files ui.go Click to show internal directories. Click to hide internal directories.