This commit is contained in:
Anton Kaliaev
2017-05-05 15:06:56 +04:00
parent ea01d003d1
commit 2bf6ebf379
7 changed files with 226 additions and 34 deletions

View File

@ -23,7 +23,3 @@ func (nopLogger) Error(string, ...interface{}) error {
func (l *nopLogger) With(...interface{}) Logger {
return l
}
func (l *nopLogger) WithLevel(lvl string) Logger {
return l
}