Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NiansuhAI
/
dapi
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c2c113a
dapi
/
util
/
utils_test.go
sanbo
update sth. at 2024-12-24 12:41:40
8fb5936
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)
}