Prepare for codegen

This commit is contained in:
Ethan Frey 2017-05-15 02:22:58 +02:00
parent a42b10e0fe
commit c38a6f55b3

7
_gen.go Normal file
View File

@ -0,0 +1,7 @@
package main
import (
_ "github.com/tendermint/go-wire/data"
_ "github.com/clipperhouse/stringer"
_ "github.com/clipperhouse/set"
)