mirror

Mirror free and open-source projects you like with minimal effort
git clone git://git.server.ky/slackcoder/mirror
Log | Files | Refs | README

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 }