mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
8 lines
57 B
Go
8 lines
57 B
Go
package common
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
var Fmt = fmt.Sprintf
|