github.com/aavshr/aws-sdk-go@v1.41.3/private/protocol/eventstream/eventstreamtest/stub_go1.9.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 t.Helper 10 }