blob: 188bb9e174397295062da708cc9f5207e2331768 (
plain) (
blame)
1
2
3
4
5
|
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
if h, ok := a.t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}
|