--- home: true heroImage: /logo.png actionText: 快速上手 → actionLink: /zero/ heroText: Go Zero tagline: 集成各种工程实践的 WEB 和 RPC 框架 sidebar: auto features: - title: 大道至简 details: 极简的 API 描述,一键生成各端代码 - title: 自动治理 details: 内建级联超时控制、限流、自适应熔断、自适应降载等微服务治理能力 - title: 工程哲学 details: 微服务治理和工具包 footer: MIT Licensed | Copyright © 2020-present GoZero --- ```go // 安装 go-zero GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/go-zero // 然后就可以开始你的微服务之旅了 ```