mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-10-12 11:49:37 +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_format.go.tmpl
generated
vendored
Normal file
5
vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{.CommentFormat}}
|
||||
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
|
||||
if h, ok := t.(tHelper); ok { h.Helper() }
|
||||
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue