mirror of
https://github.com/clearml/go-nvlib
synced 2025-01-31 10:57:14 +00:00
e43d82971c
Signed-off-by: Kevin Klues <kklues@nvidia.com>
6 lines
173 B
Cheetah
6 lines
173 B
Cheetah
{{.CommentWithoutT "a"}}
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
|
{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
}
|