cleanup debug and transport (#1920)

This commit is contained in:
Asim Aslam
2020-08-10 15:58:39 +01:00
committed by GitHub
parent 593b543230
commit 13f495587e
24 changed files with 635 additions and 2505 deletions

View File

@@ -30,7 +30,3 @@ type Stat struct {
// Total errors
Errors uint64
}
var (
DefaultStats = NewStats()
)