mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-02 10:02:14 +00:00
7 lines
102 B
Go
7 lines
102 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/tendermint/go-wire/gen"
|
|
_ "github.com/clipperhouse/stringer"
|
|
)
|