Fix typo in docs for New()

This commit is contained in:
Albert Nigmatzianov 2017-09-02 15:05:25 +05:00 committed by GitHub
parent e59e5eaa92
commit 6137e6b13d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func (mw *MutexWrap) Disable() {
// var log = &logrus.Logger{
// Out: os.Stderr,
// Formatter: new(logrus.JSONFormatter),
// Hooks: make(LevelHooks),
// Hooks: make(logrus.LevelHooks),
// Level: logrus.DebugLevel,
// }
//