AlexStocks commented on code in PR #74:
URL: 
https://github.com/apache/dubbo-go-pixiu-samples/pull/74#discussion_r2098055170


##########
HOWTO.md:
##########
@@ -0,0 +1,117 @@
+# How to Run
+
+[δΈ­ζ–‡ πŸ‡¨πŸ‡³](./HOWTO_CN.md)
+
+### Directory Structure
+
+Generally, the directory structure of an example is as follows:
+
+```
+
+http/simple/
+β”œβ”€β”€ docker
+β”‚   └── docker-compose.yml # docker-compose file for starting docker services
+β”œβ”€β”€ pixiu
+β”‚   └── conf.yaml          # Pixiu configuration file
+β”œβ”€β”€ server
+β”‚   └── app
+β”‚       └── server.go      # Service provider code
+│─ test
+β”‚   └── pixiu_test.go     # Test cases
+└── request.sh             # Request script
+
+```
+
+You can quickly run the examples and integration tests of dubbo-go-samples 
using bash commands.

Review Comment:
   dubbo-go-samples εΊ”θ―₯ζ”ΉδΈΊ dubbo-go-pixiu-samples?



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