7 lines
102 B
Go
7 lines
102 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/tendermint/go-wire/gen"
|
||
|
_ "github.com/clipperhouse/stringer"
|
||
|
)
|