add trace

This commit is contained in:
Asim Aslam 2020-01-24 21:32:07 +00:00
parent 2b1844971c
commit 2d28ff72d7

View File

@ -32,6 +32,7 @@ func newDebug() *Debug {
return &Debug{
log: log.DefaultLog,
stats: stats.DefaultStats,
trace: trace.DefaultTrace,
}
}