File: require_forward.go.tmpl

package info (click to toggle)
golang-github-tj-assert 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (5)
1
2
3
4
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
	{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}