mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Reduce memory usage of go/analysis
This commit is contained in:
parent
358ce7c20c
commit
3aade55e05
15 changed files with 369 additions and 184 deletions
|
@ -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{})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue