1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-05 19:42:13 +00:00

8 lines
102 B
Go
Raw Normal View History

package types
2015-01-08 14:57:19 -08:00
import (
"github.com/tendermint/go-logger"
2015-01-08 14:57:19 -08:00
)
var log = logger.New("module", "types")