2
0
mirror of synced 2025-02-23 14:18:13 +00:00
torrent/internal/check/check_testing.go
Matt Joiner f3b61f09a8
Add internal panicif, check and nestedmaps packages
Fuckit I'm sick of reinventing the wheel.
2023-05-09 15:46:52 +10:00

12 lines
112 B
Go

//go:build go1.21
package check
import "testing"
func init() {
if testing.Testing() {
Enabled = true
}
}