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

@@ -8,11 +8,6 @@ import (
"github.com/micro/go-micro/v3/util/ring"
)
var (
// DefaultSize of the logger buffer
DefaultSize = 1024
)
// memoryLog is default micro log
type memoryLog struct {
*ring.Buffer