1
0
Fork 0
forked from External/ergo

Fixing warnings and golint stuff

This commit is contained in:
Daniel Oaks 2016-10-13 17:36:44 +10:00
parent 09802f7181
commit e807f3ca04
8 changed files with 25 additions and 13 deletions

View file

@ -59,5 +59,6 @@ func NewLogging(level string) *Logging {
}
var (
// Log is the default logger.
Log = NewLogging("warn")
)