# microdemo **Repository Path**: trako/microdemo ## Basic Information - **Project Name**: microdemo - **Description**: 微服务示例golang版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 微服务示例 **功能** * API网关,使用apinto开源框架 * 负载均衡 * 配置中心,nacos * 注册中心,nacos * 日志管理 * 统一数据格式 #### 交叉编译 ``` CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOBIN= go build ```