File: require_forward.go.tmpl

package info (click to toggle)
golang-github-jmespath-go-jmespath 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 3,564 kB
  • sloc: makefile: 39; sh: 23
file content (5 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (10)
1
2
3
4
5
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
	if h, ok := a.t.(tHelper); ok { h.Helper() }
	{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}