github.com/ledgerwatch/erigon-lib@v1.0.0/common/assert/assert_disable.go (about) 1 //go:build !assert 2 3 package assert 4 5 const Enable = false