mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 17:35:08 +01:00
4 lines
139 B
Cheetah
4 lines
139 B
Cheetah
{{.CommentWithoutT "a"}}
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
|
|
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
}
|