assertion_forward.go.tmpl 185 字节 原文件 审查 历史 永久链接 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}}) }