mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-06-07 09:03:18 -04:00
8 lines
90 B
Go
8 lines
90 B
Go
package stream
|
|
|
|
import (
|
|
"github.com/go-i2p/logger"
|
|
)
|
|
|
|
var log = logger.GetGoI2PLogger()
|