go-zero-doc/docs
2024-07-01 10:42:58 +08:00
..
.vuepress Refactor go-zero link 2021-10-17 21:55:57 +08:00
images docs: update qr code 2021-12-24 22:38:45 +08:00
zero docs: fix typos in docs/zero/bookstore-en.md 2024-07-01 10:42:58 +08:00
README.md update tal-tech to zeromicro 2022-02-01 20:25:44 +08:00

DEPRECATED: PLEASE MOVE TO https://go-zero.dev


home: true heroImage: /logo.png actionText: 快速上手 → actionLink: /zero/ heroText: Go Zero tagline: 集成各种工程实践的 WEB 和 RPC 框架 sidebar: auto features:

  • title: 大道至简 details: 极简的 API 描述,一键生成各端代码
  • title: 自动治理 details: 内建级联超时控制、限流、自适应熔断、自适应降载等微服务治理能力
  • title: 工程哲学 details: 微服务治理和工具包
// 安装 go-zero
GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/zeromicro/go-zero

// 然后就可以开始你的微服务之旅了