# go_micro **Repository Path**: xmson/go_micro ## Basic Information - **Project Name**: go_micro - **Description**: 通过一个mill项目实现go_micro入门 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-03-10 - **Last Updated**: 2024-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cart Service This is the Cart service Generated with ``` micro new cart ``` ## Usage Generate the proto code ``` make proto ``` Run the service ``` micro run . ```