Alanxtl commented on PR #802: URL: https://github.com/apache/dubbo-go-samples/pull/802#issuecomment-2708223337
@AlexStocks Thanks for the careful comment, I've fixed all of the problems you mentioned, specifically: 1. Use imports-formatter to format all of the files. 2. Rewrite all of the Chinese comments. 3. Wrapping some of the functionality from ```chat.go``` to ```context.go```, to reduce lock scope and achieve decoupling effect. btw, there are three files ```llm/go-client/frontend/templates/index.html``` ```llm/go-client/frontend/static/script.js``` ```llm/go-client/frontend/static/style.css``` which I cloned from another repo and changed a lot of lines. However, this repo doesn't specify the open source license. I didn't add the ASF license to these files, and I added comments at the beginning of each file giving their source. I'm not sure if this is the right way or not. -- 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]
