ShannonDing commented on a change in pull request #5: rocketmq client in go's introduction URL: https://github.com/apache/rocketmq-client-go/pull/5#discussion_r238513186
########## File path: doc/Introduction.md ########## @@ -1 +1,81 @@ +---------- +## RocketMQ Client Go + +### 1. Go Version +* go1.11.1 darwin/amd64 + +### 2. Dependency +* [librocketmq](https://github.com/apache/rocketmq-client-cpp) + +### 3. Build and Install +#### macOS Platform (macOS Mojave 10.14) +* Install Compile tools (homebrew package manager) + ``` + 1. xcode-select --install + 3. brew install cmake + 4. brew install automake + ``` +* Install dependencies + 1. [Go official download](https://golang.org/dl/) + + 2. Get go client package + ``` + go get github.com/gaufung/rocketmq-client-go Review comment: Please change to github.com/apache/rocketmq-client-go ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
