Versions in this module Expand all Collapse all v1 v1.0.0 Oct 18, 2016 Changes in this version + func Equal(t Tester, actual, expected interface{}, noun string) + func Err(t Tester, expected error, actual error) + func ExistsErr(t Tester, err error, noun string) + func False(t Tester, b bool, fmtStr string, vals ...interface{}) + func Nil(t Tester, i interface{}, noun string) + func NoErr(t Tester, e error) + func NotNil(t Tester, i interface{}, noun string) + func True(t Tester, b bool, fmtStr string, vals ...interface{}) + type Equaler interface + Equal func(Equaler) bool + type Tester interface + Fatalf func(string, ...interface{}) + func WithFrameWrapper(t Tester) Tester Incompatible versions in this module v2.0.0+incompatible Oct 18, 2016