AlexStocks commented on code in PR #659: URL: https://github.com/apache/dubbo-go-pixiu/pull/659#discussion_r2083015961
########## pkg/filter/tokenizer/tokenizer.go: ########## @@ -35,8 +35,9 @@ import ( ) const ( - Kind = constant.LLMTokenizerFilter - LoggerFmt = "[Tokenizer] [DOWNSTREAM] " + Kind = constant.LLMTokenizerFilter + LoggerFmt = "[Tokenizer] [DOWNSTREAM] " Review Comment: 如果是中括号的话,是不是中间就可以不用加空格了 -- 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]
