github.com/goreleaser/goreleaser@v1.25.1/internal/testlib/log.go (about)

     1  package testlib
     2  
     3  import (
     4  	"io"
     5  
     6  	"github.com/caarlos0/log"
     7  )
     8  
     9  func init() {
    10  	log.Log = log.New(io.Discard)
    11  }