mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 19:12:05 +00:00
10 lines
206 B
Go
10 lines
206 B
Go
package config
|
|
|
|
import (
|
|
// We can't use github.com/tendermint/tendermint/logger
|
|
// because that would create a dependency cycle.
|
|
"github.com/tendermint/log15"
|
|
)
|
|
|
|
var log = log15.New("module", "config")
|