|
|
|
@ -17,14 +17,6 @@
|
|
|
|
|
|
|
|
|
|
<a href="https://www.producthunt.com/posts/go-zero?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-go-zero" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=334030&theme=light" alt="go-zero - A web & rpc framework written in Go. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
|
|
|
|
|
|
|
|
|
> ***注意:***
|
|
|
|
|
>
|
|
|
|
|
> 从 v1.3.0 之前版本升级请执行以下命令:
|
|
|
|
|
>
|
|
|
|
|
> `GOPROXY=https://goproxy.cn/,direct go install github.com/zeromicro/go-zero/tools/goctl@latest`
|
|
|
|
|
>
|
|
|
|
|
> `goctl migrate —verbose —version v1.5.2`
|
|
|
|
|
|
|
|
|
|
## 0. go-zero 介绍
|
|
|
|
|
|
|
|
|
|
go-zero(收录于 CNCF 云原生技术全景图:[https://landscape.cncf.io/?selected=go-zero](https://landscape.cncf.io/?selected=go-zero))是一个集成了各种工程实践的 web 和 rpc 框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验。
|
|
|
|
|