Versions in this module Expand all Collapse all v0 v0.1.0 Apr 27, 2021 Changes in this version + func Check(err error, options ...bool) (isError bool) + func WarnCallerMess(skip ...int) string + type DebugFunc struct + Caller string + File string + Frames *runtime.Frames + Line int + Skip int + func DebugFuncNew(skip ...int) (d *DebugFunc) + func (d *DebugFunc) GetCallerFunctionName() string + func (d *DebugFunc) GetCurrentFunctionName() string + type FuncTracer struct + FiltersExclude []string + FiltersInclude []string + func FuncTracerNew(filename string, delay float64) (*FuncTracer, error) + func (ft *FuncTracer) Close() (err error) + func (ft *FuncTracer) Write(line string) error