OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / stretchr / testify / require / require_forward.go.tmpl
1 {{.CommentWithoutT "a"}}
2 func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
3         {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
4 }