mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-14 05:12:37 +08:00
9787fcfb60
* refactor: add vendor folder. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
5 lines
139 B
Cheetah
5 lines
139 B
Cheetah
{{.CommentWithoutT "a"}}
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
|
|
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
}
|