Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Jddjbddb/duck2api1616
cnmksjs
/
duck2api1616
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1ef7627
duck2api1616
/
util
/
utils_test.go
ffreemt
Add route prefix /hf
931bd01
10 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)
}