github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/pkg/logutils/out.go (about)

     1  package logutils
     2  
     3  import (
     4  	"github.com/fatih/color"
     5  	colorable "github.com/mattn/go-colorable"
     6  )
     7  
     8  var StdOut = color.Output // https://github.com/vanstinator/golangci-lint/issues/14
     9  var StdErr = colorable.NewColorableStderr()