Versions in this module Expand all Collapse all v0 v0.3.18 Sep 20, 2024 Changes in this version + func Assert(t testingTB, cond bool, val ...interface{}) + func Assertf(t testingTB, cond bool, format string, val ...interface{}) + func DeepEqual(t testingTB, a, b interface{}) + func DeepPrint(out io.Writer, x interface{}) + func Panic(t testingTB, fn func()) + func ThriftRandomFill(obj interface{}, isUnion map[reflect.Type]bool) (err error)