additional tools

This commit is contained in:
Kujtim Hoxha 2025-03-25 13:04:36 +01:00
commit 904061c243
33 changed files with 3258 additions and 236 deletions

View file

@ -5,7 +5,7 @@ import (
"sync"
)
const bufferSize = 1024
const bufferSize = 1024 * 1024
type Logger interface {
Debug(msg string, args ...any)