Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jddjbddb
/
duck2api1616
like
1
Running
App
Files
Files
Community
69ddcdf
duck2api1616
/
util
/
utils_test.go
ffreemt
Add route prefix /hf
931bd01
6 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
package
util
import
(
"fmt"
"testing"
)
func
TestRandomHexadecimalString
(t *testing.T)
{
var
str = RandomHexadecimalString()
fmt.Println(str)
}