From d61a55f779058c5da0db676aadc7acd31f96c2fb Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Sun, 4 Jun 2023 23:34:38 +0800 Subject: [PATCH] chore: update readme to remove upgrade parts. (#3318) --- readme-cn.md | 8 -------- readme.md | 11 ----------- 2 files changed, 19 deletions(-) diff --git a/readme-cn.md b/readme-cn.md index ed73b47d..8308a5d5 100644 --- a/readme-cn.md +++ b/readme-cn.md @@ -17,14 +17,6 @@ go-zero - A web & rpc framework written in Go. | Product Hunt -> ***注意:*** -> -> 从 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 框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验。 diff --git a/readme.md b/readme.md index f99656f7..883dc3ca 100644 --- a/readme.md +++ b/readme.md @@ -102,17 +102,6 @@ Run the following command under your project: ```shell go get -u github.com/zeromicro/go-zero ``` -## Upgrade - -To upgrade from versions eariler than v1.3.0, run the following commands. - -```shell -go install github.com/zeromicro/go-zero/tools/goctl@latest -``` - -```shell -goctl migrate —verbose —version v1.5.2 -``` ## Quick Start