Update vendored deps

This commit is contained in:
Matthias Loibl 2019-04-24 18:24:41 +02:00
parent d95948a351
commit 2ac07139f6
No known key found for this signature in database
GPG key ID: 78A796CA74CA38BA
22 changed files with 6045 additions and 0 deletions

View file

@ -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}})
}