Documentation ¶
Overview ¶
A part of the operation over the console.
Index ¶
- func Assert(condition bool, args ...interface{})
- func Clear()
- func Error(args ...interface{})
- func Group(label string)
- func GroupCollapsed(label string)
- func GroupEnd()
- func Info(args ...interface{})
- func Log(args ...interface{})
- func Table(args ...interface{})
- func Time(id string)
- func TimeEnd(id string)
- func TimeLog(id string, args ...interface{})
- func Warn(args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Assert ¶
func Assert(condition bool, args ...interface{})
If condition is false, print the args with Error.
func GroupCollapsed ¶
func GroupCollapsed(label string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.