# go-micro-example **Repository Path**: tx7do/go-micro-example ## Basic Information - **Project Name**: go-micro-example - **Description**: go-micro example - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-04 - **Last Updated**: 2025-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言 ## README # go-micro-example ## install lib ```shell go get go-micro.dev/v5 ``` ## install cli ```shell go install github.com/micro/micro/v5/cmd/micro@latest ```