1
0
forked from gitea/gitea

5 lines
139 B
Cheetah
Raw Normal View History

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