1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-29 06:33:16 +00:00
Files
rclone/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl
2016-11-19 10:22:36 +00:00

5 lines
127 B
Cheetah

{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}