Documentation
¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Print ¶
func Print(msg ...interface{})
Print writes msg to Out
Example ¶
Out = os.Stdout
Print("this is a message")
Output: -> this is a message
func PrintError ¶
func PrintError(msg ...interface{})
PrintError writes msg to ErrOut
Example ¶
ErrOut = os.Stdout
PrintError("this is an error")
Output: -> this is an error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.