d3 / util /utils_test.go
sanbo
upate
6390363
raw
history blame
150 Bytes
package util
import (
"fmt"
"testing"
)
func TestRandomHexadecimalString(t *testing.T) {
var str = RandomHexadecimalString()
fmt.Println(str)
}