fix logger naming collision with other libs

This commit is contained in:
Haris Khan
2024-10-23 00:06:06 -04:00
parent 4e06d3d5ed
commit 677aac500e
22 changed files with 26 additions and 26 deletions

View File

@@ -83,7 +83,7 @@ import (
"github.com/sirupsen/logrus"
)
var log = logger.GetLogger()
var log = logger.GetGoI2PLogger()
type SignatureType string