github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+incompatible/testutil/helper.go (about)

     1  package testutil
     2  
     3  // HelperT is a subset of testing.T that implements the Helper function
     4  type HelperT interface {
     5  	Helper()
     6  }