testutil/helper.go
b37c214e
 package testutil
cb8db443
 
 // HelperT is a subset of testing.T that implements the Helper function
 type HelperT interface {
 	Helper()
 }