Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbo1200
/
duck2api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
651839a
duck2api
/
util
/
utils_test.go
sanbo
upate
6390363
3 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)
}