github.com/anacrolix/torrent@v1.61.0/internal/check/check.go (about)

     1  package check
     2  
     3  // A flag for doing extra checks at runtime that are potentially expensive. Should be enabled for
     4  // testing and debugging.
     5  var Enabled = false