Versions in this module Expand all Collapse all v1 v1.2.0 Jul 16, 2017 v1.1.0 Mar 26, 2017 Changes in this version + var Indent = " " + var MaxDepth = uint(10) + var PrintContextObjects = false + var UseStringerRepresentation = false + func IndentString(s string, indentation uint) string + func Message(actual interface{}, message string, expected ...interface{}) string + func MessageWithDiff(actual, message, expected string) string + func Object(object interface{}, indentation uint) string + type Ctx interface + Deadline func() (deadline time.Time, ok bool) + Done func() <-chan struct{} + Err func() error + Value func(key interface{}) interface{}