From d7246f2485afaca12c2d4c1b04aca2e3d4d9a27b Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Tue, 20 Nov 2018 12:09:59 -0800 Subject: go mod vendor --- vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl (limited to 'vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl') diff --git a/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl b/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl new file mode 100644 index 0000000..d2bb0b8 --- /dev/null +++ b/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl @@ -0,0 +1,5 @@ +{{.CommentFormat}} +func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool { + if h, ok := t.(tHelper); ok { h.Helper() } + return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}}) +} -- cgit v1.2.3