Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Xlnk
/
docker
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
docker
/
id
/
xid.go
Xlnk
Upload 176 files
7b9f3e3
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
138 Bytes
package
id
import
"github.com/rs/xid"
type
XIDGenerator
struct
{
}
func
(x XIDGenerator)
NewId()
string
{
return
xid.New().String()
}