Harry33t opened a new issue, #1080:
URL: https://github.com/apache/dubbo-go-samples/issues/1080

   这是个小问题,但是建议改掉。
   ## 问题描述
   我在本地测试 book-flight-ai-agent sample 时,发现 README 中启动前端的命令路径存在拼写错误。
   
   README 中写的是:
   
   > go run go-client/frntend/main.go
   
   但是仓库中的实际目录是:
   
   > go-client/frontend/main.go
   
   frntend 少了一个 o,导致用户直接复制 README 命令时会启动失败。
   
   ## 复现步骤
   
   进入 book-flight-ai-agent 目录后,执行 README 中的启动命令:
   
   go run go-client/frntend/main.go
   ```
   实际结果:
   命令执行失败,提示目录不存在:
   go: directory go-client/frntend does not exist
   
   预期结果:
   README 中的命令应该可以直接启动前端,例如:
   go run go-client/frontend/main.go
   ```
   
   建议修复方式:
   
   将 README 中的:
   > go run go-client/frntend/main.go
   修改为:
   > go run go-client/frontend/main.go
   
   影响:
   这是一个文档拼写错误,但会影响新用户按照 README 直接运行 sample。修复成本很低,只需要修改 README 
中的路径即可。如果这个修复方向可以接受,我可以提交一个 PR。


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