Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(v ...interface{})
Error prints `v` into standard output (via log) with a red prefix "error:".
func Errorf ¶
func Errorf(format string, v ...interface{})
Errorf is the formatted version of Error().
func Info ¶
func Info(v ...interface{})
Info prints `v` into standard output (via log) with a green prefix "info:".
func SetCleanOutput ¶
func SetCleanOutput()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.