duck2api1616 / util /utils_test.go
ffreemt
Add route prefix /hf
931bd01
raw
history blame contribute delete
150 Bytes
package util
import (
"fmt"
"testing"
)
func TestRandomHexadecimalString(t *testing.T) {
var str = RandomHexadecimalString()
fmt.Println(str)
}