This commit is contained in:
Taylor Gerring
2014-11-14 15:01:52 -06:00
parent 56aa24002d
commit 2a9fc7baa9
15 changed files with 662 additions and 307 deletions

8
ethutil/main_test.go Normal file
View File

@ -0,0 +1,8 @@
package ethutil
import (
checker "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }