OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / stretchr / testify / assert / assertion_format.go.tmpl
1 {{.CommentFormat}}
2 func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
3         return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
4 }