Copilot commented on code in PR #3064:
URL: https://github.com/apache/dubbo-go/pull/3064#discussion_r2469376355


##########
protocol/triple/triple_protocol/handler_compat.go:
##########
@@ -25,6 +25,8 @@ import (
 )
 
 import (
+       "github.com/dubbogo/gost/log/logger"
+

Review Comment:
   The logger import should be grouped with the other third-party imports 
(starting with 'github.com/dubbogo') rather than being separated by a blank 
line. Based on the existing import structure, all 'github.com/dubbogo' imports 
appear to be in the same group.
   ```suggestion
   
   ```



-- 
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]

Reply via email to