AlexStocks commented on code in PR #396: URL: https://github.com/apache/dubbo-go-hessian2/pull/396#discussion_r3379798639
########## java_exception/dubbo_generic_exception_test.go: ########## @@ -0,0 +1,79 @@ +/* Review Comment: [P1] 当前 CI 在格式检查阶段失败:workflow 执行 `go fmt ./...` 和 `imports-formatter` 后,`git status` 显示 `java_exception/dubbo_generic_exception_test.go` 被修改。原因是这个新增测试文件的行尾/格式没有按 `gofmt` 结果提交;需要本地运行 `go fmt ./...`(或至少格式化该文件)并提交格式化后的内容,否则 `ubuntu-latest - Go1.25 - JDK8` 会继续阻塞合并。 -- 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]
