import "gotest.tools/v3/internal/maint"
Package maint implements assert.TestingT for uses outside of test cases, for example, in a TestMain.
maint.go
T provides an implementation of assert.TestingT which uses os.Exit, and fmt.Println. This implementation can be used outside of test cases to provide assert.TestingT, for example in a TestMain.
var T = t{}