Reduce memory usage of go/analysis

This commit is contained in:
Denis Isaev 2019-09-21 13:50:23 +03:00 committed by Isaev Denis
parent 358ce7c20c
commit 3aade55e05
15 changed files with 369 additions and 184 deletions

View file

@ -5,6 +5,7 @@ package logutils
type Log interface {
Fatalf(format string, args ...interface{})
Panicf(format string, args ...interface{})
Errorf(format string, args ...interface{})
Warnf(format string, args ...interface{})
Infof(format string, args ...interface{})