Anton Zinovyev 380699a099
feat: add exhaustruct linter (#2667)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-04-30 12:48:16 +02:00

7 lines
202 B
Go

package golinters
import "github.com/golangci/golangci-lint/pkg/logutils"
// linterLogger must be use only when the context logger is not available.
var linterLogger = logutils.NewStderrLog("linter")