Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #96
Successful logs of make test below.
Is there any scope for this project to use a free CI tool? I think github has one for open source projects. I think the project should be performing a make test and make build as a pre PR check.
=== RUN Test_match
=== RUN Test_match/basic1
=== RUN Test_match/basic2
=== RUN Test_match/plus1
=== RUN Test_match/plus2
=== RUN Test_match/plus3
=== RUN Test_match/plus4
=== RUN Test_match/hash1
=== RUN Test_match/hash2
=== RUN Test_match/hash3
=== RUN Test_match/hash4
=== RUN Test_match/share1
--- PASS: Test_match (0.00s)
--- PASS: Test_match/basic1 (0.00s)
--- PASS: Test_match/basic2 (0.00s)
--- PASS: Test_match/plus1 (0.00s)
--- PASS: Test_match/plus2 (0.00s)
--- PASS: Test_match/plus3 (0.00s)
--- PASS: Test_match/plus4 (0.00s)
--- PASS: Test_match/hash1 (0.00s)
--- PASS: Test_match/hash2 (0.00s)
--- PASS: Test_match/hash3 (0.00s)
--- PASS: Test_match/hash4 (0.00s)
--- PASS: Test_match/share1 (0.00s)
=== RUN Test_routeIncludesTopic
--- PASS: Test_routeIncludesTopic (0.00s)
=== RUN Test_routeSplit
--- PASS: Test_routeSplit (0.00s)
PASS
ok github.com/eclipse/paho.golang/paho 29.493s