forked from cerc-io/plugeth
Moved ethutil => common
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
checker "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { checker.TestingT(t) }
|
||||
Reference in New Issue
Block a user