package helpers import ( "github.com/google/uuid" ) func GenerateUUID() string { return uuid.New().String() }