solana-go/diff/init_test.go

8 lines
95 B
Go

package diff
import "github.com/dfuse-io/logging"
func init() {
logging.TestingOverride()
}