AlexStocks commented on code in PR #3597: URL: https://github.com/apache/dubbo-go/pull/3597#discussion_r3718289902
########## README.md: ########## @@ -17,9 +17,9 @@ You can visit [the official website](https://dubbo.apache.org/) for more informa For detailed changes, refer to [CHANGELOG.md](CHANGELOG.md). -- **3.3.2**: +- **[3.3.2](https://github.com/apache/dubbo-go/releases/tag/v3.3.2)**: - ***BREAKING CHANGE***: `config` package has been removed, please use modern `global` package, check [dubbo-go-samples](https://github.com/apache/dubbo-go-samples) for usage instructions. + **Upgrade note:** Go 1.25 or later is required. The legacy `config` package has been removed; applications that imported it directly must migrate to the instance/options APIs and configuration types under `global`. See the [3.3.2 changelog](CHANGELOG.md#332) and [dubbo-go-samples](https://github.com/apache/dubbo-go-samples) for migration details and current usage. Review Comment: 已核对当前 Head `bba9ca0db141333ca54d009f2b3a07fc8f80e3b3`:`README.md` 第 10 行是 `English | [中文](README_CN.md)`,正文为英文,标题为 `## Recent Updates`。评论引用的 `## 近期更新` 实际位于 `README_CN.md`。本地 blob 与 GitHub raw blob 一致,因此无需交换或重命名文件。 ########## README_CN.md: ########## @@ -15,11 +15,25 @@ 您可以访问 [官网](https://dubbo.apache.org/) 以获取更多信息。 +## 近期更新 + +详细变更请参阅 [CHANGELOG.md](CHANGELOG.md)。 Review Comment: 已核对当前 Head `bba9ca0db141333ca54d009f2b3a07fc8f80e3b3`:`README_CN.md` 第 10 行是 `[English](README.md) | 中文`,正文为中文,标题为 `## 近期更新`。评论引用的 `## Recent Updates` 实际位于 `README.md`。语言入口和跳转链接已经一致,因此无需修改。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
