Tsukikage7 commented on PR #1017: URL: https://github.com/apache/dubbo-go-pixiu/pull/1017#issuecomment-5216088485
已修复 CI 的 import formatting failure。 根因是 workflow 除了 `gofmt -s` 外,还运行仓库指定的官方工具 `github.com/dubbogo/tools/cmd/imports-formatter@latest`(当前 v1.0.10)。已按该工具重新格式化 4 个文件并推送:`0f97aed3`。 本地已用 Go 1.25 等价流程验证:`gofmt -s -w . && git diff --exit-code` 与 `imports-formatter && git diff --exit-code` 均通过;目标包测试也通过。 -- 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]
