# mqx **Repository Path**: go-wares/mqx ## Basic Information - **Project Name**: mqx - **Description**: Message Queue Dispatcher - **Primary Language**: Go - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build ```shell go build \ -trimpath \ -gcflags "-trimpath=$GOPATH" \ -ldflags "-s -w" \ -o .build/mqx ```