Documentation ¶
Index ¶
- type HackRobot
- type Progress
- type Robot
- func (r *Robot) FprintlnRed(w io.Writer, format string, args ...interface{})
- func (r *Robot) PrintlnGreen(format string, args ...interface{})
- func (r *Robot) PrintlnRed(format string, args ...interface{})
- func (r *Robot) PrintlnYellow(format string, args ...interface{})
- func (r *Robot) Printls(msg ...string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HackRobot ¶
func NewHackRobot ¶
type Progress ¶
type Progress struct {
// contains filtered or unexported fields
}
func NewProgress ¶
func (*Progress) StartWithEmojiMsg ¶
type Robot ¶
type Robot struct {
// contains filtered or unexported fields
}
func (*Robot) FprintlnRed ¶
FprintlnRed prints formatted line string with read arguments.
func (*Robot) PrintlnGreen ¶
PrintlnGreen prints formatted line string with read arguments.
func (*Robot) PrintlnRed ¶
PrintlnRed prints formatted line string with read arguments.
func (*Robot) PrintlnYellow ¶
PrintlnYellow prints formatted line string with read arguments.
Click to show internal directories.
Click to hide internal directories.