mirror of
https://github.com/status-im/status-go.git
synced 2025-02-06 11:56:01 +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")
|