mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
8 lines
164 B
Go
8 lines
164 B
Go
package core_client
|
|
|
|
import (
|
|
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
|
|
)
|
|
|
|
var log = log15.New("module", "core_client")
|