mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 06:57:24 +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"
|
|
)
|