mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-10-08 09:52:08 +00:00
chore: tidy
This commit is contained in:
parent
e48903db67
commit
510de1a17e
28 changed files with 8238 additions and 0 deletions
5
vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
generated
vendored
Normal file
5
vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
generated
vendored
Normal 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}})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue