mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-01 00:21:21 +00:00
10 lines
96 B
Go
10 lines
96 B
Go
package ethutil
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestRandomUint64(t *testing.T) {
|
|
RandomUint64()
|
|
}
|