Documentation ¶
Index ¶
- type Console
- func (l *Console) Debugf(format string, args ...interface{})
- func (l *Console) Errorf(format string, args ...interface{})
- func (l *Console) Fatalf(format string, args ...interface{})
- func (l *Console) Printf(format string, args ...interface{})
- func (l *Console) ReadString(prompt string) string
- func (l *Console) Successf(format string, args ...interface{})
- func (l *Console) Titlef(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console struct {
// contains filtered or unexported fields
}
func (*Console) ReadString ¶
Click to show internal directories.
Click to hide internal directories.