logginghandler/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl
Marvin Preuss 930e291456
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
feat!: splitting Logger function in FromRequest and FromCtx
2022-01-24 11:45:27 +01:00

6 lines
173 B
Cheetah

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