Documentation ¶
Index ¶
- Variables
- func Errorf(format string, a ...interface{}) (n int)
- func Errorln(a ...interface{}) (n int)
- func Expand(format string, values map[string]string, colorize bool) string
- func IsTerminal(f *os.File) bool
- func Print(a ...interface{}) (n int)
- func Printf(format string, a ...interface{}) (n int)
- func Println(a ...interface{}) (n int)
- type Console
- func (c Console) Errorf(format string, a ...interface{}) (n int, err error)
- func (c Console) Errorln(a ...interface{}) (n int, err error)
- func (c Console) Print(a ...interface{}) (n int, err error)
- func (c Console) Printf(format string, a ...interface{}) (n int, err error)
- func (c Console) Println(a ...interface{}) (n int, err error)
- type UI
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func IsTerminal ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.