github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/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  }