From 357d2a4616d6daba35a290377a1b8e7848f70459 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Mon, 19 Apr 2021 21:44:46 -0700 Subject: drop vendor dir --- vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl | 5 ----- 1 file changed, 5 deletions(-) delete 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 deleted file mode 100644 index d2bb0b8..0000000 --- a/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{.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