github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/pkg/golinters/commons.go (about) 1 package golinters 2 3 import "github.com/vanstinator/golangci-lint/pkg/logutils" 4 5 // linterLogger must be use only when the context logger is not available. 6 var linterLogger = logutils.NewStderrLog(logutils.DebugKeyLinter)