This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Merge pull request
#28
from tendermint/fix_circle
fix tests
pull/1780/head
Ethan Buchman
8 years ago
committed by
GitHub
parent
3329868a1d
22894d2f60
commit
cb12ff94d3
2 changed files
with
4 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
example/example.go
+1
-1
example/example_test.go
+ 3
- 0
example/example.go
View File
@ -0,0 +1,3 @@
package
example
// so the go tool doesn't return errors about no buildable go files ...
+ 1
- 1
example/example_test.go
View File
@ -1,4 +1,4 @@
package
nilapp
package
example
import
(
import
(
"fmt"
"fmt"
Write
Preview
Loading…
Cancel
Save