Versions in this module Expand all Collapse all v1 v1.0.0 Oct 2, 2019 Changes in this version + func New(options ...interface{}) (dbg DbgFunction, dbgf DbgFunction) + type DbgFunction func(values ...interface{}) + type Dbgr struct + func NewDbgr() *Dbgr + func (self *Dbgr) SetOutput(output interface{}) + func (self Dbgr) Dbg(values ...interface{}) + func (self Dbgr) DbgDbgf() (dbg DbgFunction, dbgf DbgFunction) + func (self Dbgr) Dbgf(values ...interface{})