We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392025a commit c4f8728Copy full SHA for c4f8728
README.md
@@ -96,7 +96,7 @@ the Git client, and the C compiler.
96
workspace. Use "src" as the destination, to get the directory created
97
automatically; this path will then be searched by the Go compiler.
98
99
- git clone https://github.com/ibm-messaging/mq-golang.git ${GOPATH}/src/github.com/ibm-messaging/mq-golang
+ git clone https://github.com/ibm-messaging/mq-golang.git src/github.com/ibm-messaging/mq-golang
100
101
* Use Go to download prerequisite components for any monitors you are interested
102
in running. The logrus package is required for all of the monitors; but not
0 commit comments