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

     1  //go:build go1.21
     2  
     3  package check
     4  
     5  import "testing"
     6  
     7  func init() {
     8  	if testing.Testing() {
     9  		Enabled = true
    10  	}
    11  }