mirror

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

assertion_format.go.tmpl (184B)


      1 {{.CommentFormat}}
      2 func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
      3 	if h, ok := t.(tHelper); ok { h.Helper() }
      4 	return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
      5 }