1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/testlib/log.go

12 lines
110 B
Go
Raw Normal View History

package testlib
import (
"io"
"github.com/caarlos0/log"
)
func init() {
log.Log = log.New(io.Discard)
}