require.go.tmpl 187 B

123456
  1. {{.Comment}}
  2. func {{.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. }