blob: d2bb0b81778858c364f4b3694c00cdd4c72b1c5b [file] [log] [blame]
kesavandb9f54fd2021-11-25 20:08:04 +05301{{.CommentFormat}}
2func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
3 if h, ok := t.(tHelper); ok { h.Helper() }
4 return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
5}