github.com/aavshr/aws-sdk-go@v1.41.3/private/protocol/eventstream/eventstreamtest/stub_old.go (about)

     1  //go:build !go1.9
     2  // +build !go1.9
     3  
     4  package eventstreamtest
     5  
     6  import "testing"
     7  
     8  var getHelper = func(t testing.TB) func() {
     9  	return nopHelper
    10  }
    11  
    12  func nopHelper() {}