From 074e17cef3fd85e43623cec685fb41806b25d12e Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Mon, 19 Nov 2018 19:11:23 -0800 Subject: add vendor --- vendor/github.com/stretchr/testify/require/require_forward.go.tmpl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/github.com/stretchr/testify/require/require_forward.go.tmpl (limited to 'vendor/github.com/stretchr/testify/require/require_forward.go.tmpl') diff --git a/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl b/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl new file mode 100644 index 0000000..54124df --- /dev/null +++ b/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl @@ -0,0 +1,5 @@ +{{.CommentWithoutT "a"}} +func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) { + if h, ok := a.t.(tHelper); ok { h.Helper() } + {{.DocInfo.Name}}(a.t, {{.ForwardedParams}}) +} -- cgit v1.2.3