Documentation
¶
Overview ¶
Package intlog provides internal logging for Maltose development usage only.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Debug controls whether logging is enabled. // It's true in development environments and false in production by default. Debug = true )
Functions ¶
func Error ¶
Error prints `v` with newline using fmt.Println. The parameter `v` can be multiple variables.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.