mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 13:30:11 +00:00
7 lines
104 B
Go
7 lines
104 B
Go
package binary
|
|
|
|
import (
|
|
"gopkg.in/inconshreveable/log15.v2"
|
|
)
|
|
|
|
var log = log15.New("module", "binary") |