]> Sergey Matveev's repositories - btrtrc.git/blob - internal/check/check_testing.go
Drop support for go 1.20
[btrtrc.git] / internal / check / check_testing.go
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 }