mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-29 00:32:14 +00:00
8 lines
99 B
Go
8 lines
99 B
Go
package binary
|
|
|
|
import (
|
|
"github.com/tendermint/log15"
|
|
)
|
|
|
|
var log = log15.New("module", "binary")
|