Explorar o código

added test file to root directory

Taylor Gerring %!s(int64=11) %!d(string=hai) anos
pai
achega
dcd8cc8341
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      ethereum_test.go

+ 8 - 0
ethereum_test.go

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