From 6859799559dab59729eb5fefeb53080db9b92545 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Wed, 15 Feb 2017 18:19:41 -0800 Subject: use go-scalar, vendoring --- vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl (limited to 'vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl') diff --git a/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl b/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl new file mode 100644 index 0000000..99f9acf --- /dev/null +++ b/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl @@ -0,0 +1,4 @@ +{{.CommentWithoutT "a"}} +func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool { + return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}}) +} -- cgit v1.2.3