plugeth/ethutil/main_test.go

10 lines
118 B
Go
Raw Normal View History

package ethutil
import (
"testing"
2014-11-16 02:21:55 +00:00
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }