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

@@ -9,9 +9,7 @@ import (
var (
// Default buffer size if any
DefaultSize = 1024
// DefaultLog logger
DefaultLog = NewLog()
DefaultSize = 256
// Default formatter
DefaultFormat = TextFormat
)