Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Stupid log abstraction Infof = func(message string, obj ...interface{}) { log.Printf("INFO: "+message+"\n", obj...) } Errorf = func(message string, obj ...interface{}) { log.Printf("ERROR: "+message+"\n", obj...) } Debugf = func(message string, obj ...interface{}) { log.Printf("DEBUG: "+message+"\n", obj...) } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.