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