Documentation ¶
Overview ¶
utility
Index ¶
Constants ¶
View Source
const ( Fatal = iMode(iota) Panic Trace StackTrace Print )
Variables ¶
Functions ¶
func New ¶
func New(mode iMode, out AssertPrint) *asserter
func Output ¶
func Output(out AssertPrint)
Types ¶
type AssertPrint ¶
type AssertPrint interface {
Print(v ...interface{})
}
Click to show internal directories.
Click to hide internal directories.