mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-14 07:41:19 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
package main
|
|
|
|
import (
|
|
"github.com/tendermint/log15"
|
|
)
|
|
|
|
var log = log15.New("module", "main")
|