File: assertion_forward.go.tmpl

package info (click to toggle)
golang-github-crossdock-crossdock-go 0.0~git20160816.049aabb-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 424 kB
  • sloc: makefile: 31; sh: 31
file content (4 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (4)
1
2
3
4
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
	return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}