1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-02 00:23:42 +00:00
Files
rclone/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl
2018-03-19 15:51:38 +00:00

6 lines
184 B
Cheetah

{{.CommentFormat}}
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
if h, ok := t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
}