mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-16 14:41:21 +00:00
8 lines
156 B
Go
8 lines
156 B
Go
![]() |
package crawler
|
||
|
|
||
|
import (
|
||
|
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
|
||
|
)
|
||
|
|
||
|
var log = log15.New("module", "crawler")
|