Merge branch 'develop' of https://github.com/tgerring/go-ethereum
This commit is contained in:
8
ethutil/main_test.go
Normal file
8
ethutil/main_test.go
Normal file
@ -0,0 +1,8 @@
|
||||
package ethutil
|
||||
|
||||
import (
|
||||
checker "gopkg.in/check.v1"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { checker.TestingT(t) }
|
Reference in New Issue
Block a user