AlexStocks commented on code in PR #953: URL: https://github.com/apache/dubbo-go-pixiu/pull/953#discussion_r3449429269
########## pkg/filter/mcp/mcpserver/router/builder.go: ########## @@ -0,0 +1,243 @@ +/* Review Comment: [P1] 当前 PR 的 Go 文件没有经过 gofmt。`golangci-lint run --new-from-rev origin/develop ./pkg/filter/mcp/... ./pkg/model ./pkg/common/constant ./pkg/adapter/mcpserver` 已报 gofmt,`gofmt -l` 覆盖了本 PR 几乎所有变更 Go 文件,包括 `pkg/filter/mcp/mcpserver/router/builder.go`、`composite.go`、`notification.go`、`runtime.go` 等。合并前需要对本 PR 所有 Go 变更执行 `gofmt`,否则 CI/本地 lint 会直接失败。 -- 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]
