~dricottone/image2ascii

ref: 52470578178123a6b4fb14f529b0179d8b426a3a image2ascii/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl -rw-r--r-- 185 bytes
52470578 — qeesung remove uesless example 6 years ago
                                                                                
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}})
}