1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-25 00:58:25 +00:00
2019-08-03 18:49:55 +08:00

6 lines
185 B
Cheetah

{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
if h, ok := a.t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}