add library until better solution

This commit is contained in:
Mathieu HANOTAUX
2022-12-04 18:47:13 +01:00
parent f313b478e7
commit c867453ab4
45 changed files with 19449 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
if h, ok := a.t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}