Merge pull request #28 from tendermint/fix_circle

fix tests
This commit is contained in:
Ethan Buchman 2016-08-24 20:19:44 -04:00 committed by GitHub
commit cb12ff94d3
2 changed files with 4 additions and 1 deletions

3
example/example.go Normal file
View File

@ -0,0 +1,3 @@
package example
// so the go tool doesn't return errors about no buildable go files ...

View File

@ -1,4 +1,4 @@
package nilapp
package example
import (
"fmt"