double.huang 737d3ebf05 feat: init | 3 년 전 | |
---|---|---|
.. | ||
.vuepress | 3 년 전 | |
images | 3 년 전 | |
zero | 3 년 전 | |
README.md | 3 년 전 |
home: true heroImage: /logo.png actionText: 快速上手 → actionLink: /zero/ heroText: Go Zero tagline: 集成各种工程实践的 WEB 和 RPC 框架 sidebar: auto features:
// 安装 go-zero
GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/go-zero
// 然后就可以开始你的微服务之旅了