package utils
import (
ulid "github.com/oklog/ulid/v2"
)
// remove nanoid,uuid,replace to ulid
func ULID() string {
return ulid.Make().String()
}