additional tools
This commit is contained in:
parent
005b8ac167
commit
904061c243
33 changed files with 3258 additions and 236 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
"sync"
|
||||
)
|
||||
|
||||
const bufferSize = 1024
|
||||
const bufferSize = 1024 * 1024
|
||||
|
||||
type Logger interface {
|
||||
Debug(msg string, args ...any)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue