mirror of https://github.com/stretchr/testify.git
Reverse order of return values of internal function getLen() to be more consistent with stdlib (ex: os.LookupEnv). Old: func (any) (ok bool, length int) New: func (any) (length int, ok bool) |
||
---|---|---|
.. | ||
assertion_compare.go | ||
assertion_compare_can_convert.go | ||
assertion_compare_go1.17_test.go | ||
assertion_compare_legacy.go | ||
assertion_compare_test.go | ||
assertion_format.go | ||
assertion_format.go.tmpl | ||
assertion_forward.go | ||
assertion_forward.go.tmpl | ||
assertion_order.go | ||
assertion_order_test.go | ||
assertions.go | ||
assertions_test.go | ||
doc.go | ||
errors.go | ||
forward_assertions.go | ||
forward_assertions_test.go | ||
http_assertions.go | ||
http_assertions_test.go |