Skip to content

Commit 5fc37dc

Browse files
committed
update readme
1 parent 8fc5014 commit 5fc37dc

File tree

4 files changed

+9832
-9829
lines changed

4 files changed

+9832
-9829
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## August 2018
3+
* Added V9.1 constant definitions
4+
* Updated build comments
25

36
## May 2018
47

@@ -35,7 +38,8 @@
3538

3639
## 15 Feb 2017
3740

38-
* API BREAKING CHANGE: The MQI verbs have been changed to return a single error indicator instead of two separate values. See mqitest.go for examples of how MQRC/MQCC codes can now be tested and extracted. This change makes the MQI implementation a bit more natural for Go environments.
41+
* API BREAKING CHANGE: The MQI verbs have been changed to return a single error indicator instead of two separate values. See mqitest.go for examples of how MQRC/MQCC codes can now be tested and extracted. This change makes the MQI implementation a bit mo
42+
e natural for Go environments.
3943

4044
## 10 Jan 2017
4145

@@ -94,4 +98,4 @@
9498

9599
## 08 Jul 2016
96100

97-
* Initial release
101+
* Initial release

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The ibmmq directory contains a Go package, exposing an MQI-like interface.
1919

2020
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.
2121

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.
2323

2424
Feedback on the utility of this package, thoughts about whether it should be changed or extended are welcomed.
2525

@@ -66,7 +66,6 @@ If you are unfamiliar with Go, the following steps can help create a working env
6666

6767
* The `CGO_LDFLAGS_ALLOW` variable is not needed on Windows
6868
* 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.
7069

7170
### Common
7271

@@ -114,4 +113,4 @@ you accept the terms in the CLA.
114113

115114
## Copyright
116115

117-
© Copyright IBM Corporation 2016, 2018
116+
© Copyright IBM Corporation 2016, 2018

0 commit comments

Comments
 (0)