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

@ -13,7 +13,6 @@ type Logger interface {
Error(msg string, keyvals ...interface{}) error
With(keyvals ...interface{}) Logger
WithLevel(lvl string) Logger
}
// NewSyncWriter returns a new writer that is safe for concurrent use by