You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The ibmmq directory contains a Go package, exposing an MQI-like interface.
19
19
20
20
The intention is to give an API that is more natural for Go programmers than the common procedural MQI. For example, fixed length string arrays from the C API such as MQCHAR48 are represented by the native Go string type. Conversion between these types is handled within the ibmmq package itself, removing the need for Go programmers to know about it.
21
21
22
-
A short program in the mqitest directory gives an example of using this interface, to put and get messages and to subscribe to a topic.
22
+
A short program in the samples/mqitest directory gives an example of using this interface, to put and get messages and to subscribe to a topic.
23
23
24
24
Feedback on the utility of this package, thoughts about whether it should be changed or extended are welcomed.
25
25
@@ -66,7 +66,6 @@ If you are unfamiliar with Go, the following steps can help create a working env
66
66
67
67
* The `CGO_LDFLAGS_ALLOW` variable is not needed on Windows
68
68
* Install the git client
69
-
* Make sure the MQ include files and libraries are in a path that does not include spaces or other special characters, as discussed above.
70
69
71
70
### Common
72
71
@@ -114,4 +113,4 @@ you accept the terms in the CLA.
0 commit comments