package utils import ( ulid "github.com/oklog/ulid/v2" ) func ULID() string { return ulid.Make().String() }