forked from cerc-io/ipld-eth-server
8 lines
99 B
Go
8 lines
99 B
Go
package relay
|
|
|
|
import (
|
|
logging "github.com/ipfs/go-log"
|
|
)
|
|
|
|
var log = logging.Logger("autorelay")
|