tylitianrui commented on issue #117: URL: https://github.com/apache/dubbo-go-samples/issues/117#issuecomment-868339339
PLS update the [HOETO](https://github.com/apache/dubbo-go-samples/blob/master/HOWTO.md) contents of the HOWTO are different from code of demos,such as dir ` attachment` . now: ``` ├── README.md ├── README_zh.md ├── go-client │ ├── cmd │ │ └── client.go │ ├── conf │ │ ├── client.yml │ │ └── log.yml │ └── pkg │ └── user.go └── go-server ├── cmd │ └── server.go ├── conf │ ├── client.yml │ ├── log.yml │ └── server.yml ├── docker │ └── docker-compose.yml ├── pkg │ └── user.go └── tests └── integration ├── main_test.go └── userprovider_test.go ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
