AlexStocks commented on code in PR #674:
URL: https://github.com/apache/dubbo-go-pixiu/pull/674#discussion_r2106151309
##########
pkg/logger/logger.go:
##########
@@ -48,6 +59,11 @@ func init() {
}
}
+type logger struct {
Review Comment:
原来这个名字起得也有问题,我看别的地方很多 var 名字也叫 logger,你把这个 type 恢复到原来位置,顺便把名字也改下吧,当然命名很难,可以跟
gpt 聊下
--
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]