package globals
import "github.com/google/uuid"
var ExecutorID string
func Init() {
ExecutorID = uuid.NewString()
}