Versions in this module Expand all Collapse all v1 v1.5.0 Nov 26, 2021 Changes in this version + type Is struct + func New(t T) *Is + func (is *Is) Equal(a, b interface{}) + func (is *Is) Error(err error, expectedErrors ...error) + func (is *Is) ErrorAs(err error, target interface{}) + func (is *Is) New(t T) *Is + func (is *Is) NoError(err error) + func (is *Is) Panic(f PanicFunc, expectedValues ...interface{}) + func (is *Is) True(expression bool) + type PanicFunc func() + type T interface + Fail func() + FailNow func() + Helper func() + Log func(args ...interface{})