require.go.tmpl

1{{.Comment}}
2func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
3	if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
4	if h, ok := t.(tHelper); ok { h.Helper() }
5	t.FailNow()
6}