mirror of
https://github.com/status-im/status-go.git
synced 2025-02-06 03:44:38 +00:00
8 lines
99 B
Go
8 lines
99 B
Go
package relay
|
|
|
|
import (
|
|
logging "github.com/ipfs/go-log"
|
|
)
|
|
|
|
var log = logging.Logger("autorelay")
|