Prepare for codegen

This commit is contained in:
Ethan Frey
2017-05-16 17:01:03 +02:00
parent a42b10e0fe
commit c38a6f55b3
+7
View File
@@ -0,0 +1,7 @@
package main
import (
_ "github.com/tendermint/go-wire/data"
_ "github.com/clipperhouse/stringer"
_ "github.com/clipperhouse/set"
)