mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-15 16:11:21 +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"
|
|
)
|