caigy commented on code in PR #236: URL: https://github.com/apache/rocketmq-operator/pull/236#discussion_r1899054039
########## pkg/controller/nameservice/nameservice_controller.go: ########## @@ -20,14 +20,15 @@ package nameservice import ( "context" - "github.com/google/uuid" "os/exec" "reflect" "sort" "strconv" "strings" "time" + "github.com/google/uuid" Review Comment: Is any reason to change import order? -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org