github.com/zhouyu0/docker-note@v0.0.0-20190722021225-b8d3825084db/internal/test/helper.go (about) 1 package test 2 3 // HelperT is a subset of testing.T that implements the Helper function 4 type HelperT interface { 5 Helper() 6 }