Documentation
¶
Index ¶
- func Error(s string) error
- func Errorf(format string, a ...interface{}) (n int, err error)
- func Errorln(a ...interface{}) (n int, err error)
- func PrintTemplate(name string, data interface{})
- func Printf(format string, a ...interface{}) (n int, err error)
- func Println(a ...interface{}) (n int, err error)
- func RenderTemplate(name string, data interface{}) string
- func Write(p []byte) (n int, err error)
- 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) Printf(format string, a ...interface{}) (n int, err error)
- func (c Console) Println(a ...interface{}) (n int, err error)
- func (c Console) Write(p []byte) (n int, err error)
- type UI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintTemplate ¶
func PrintTemplate(name string, data interface{})
func RenderTemplate ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.