mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-09 01:26:19 +00:00
7 lines
102 B
Go
7 lines
102 B
Go
package state
|
|
|
|
import (
|
|
"gopkg.in/inconshreveable/log15.v2"
|
|
)
|
|
|
|
var log = log15.New("module", "state") |