gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

require.go.tmpl (187B)


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