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]
