File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ If you're thinking of contributing, here's what you should know.
22
22
23
23
# The remaining items below are consequences of the items above.
24
24
25
- 4. All code must pass go vet, and be go fmt compliant.
25
+ 4. All code must pass ` go vet` , and be ` go fmt` compliant.
26
26
27
27
5. New features should have tests, and the existing tests must continue
28
28
to pass. We use the go test framework.
@@ -46,8 +46,8 @@ If you're thinking of contributing, here's what you should know.
46
46
end of the AUTHORS file. (Please do this, particularly for non-trivial
47
47
changes!)
48
48
49
- 10. Submit a github pull request. Ideally just one bug per PR if possible,
50
- and based upon the latest commit in the github master branch.
49
+ 10. Submit a GitHub pull request. Ideally just one bug per PR if possible,
50
+ and based upon the latest commit in the GitHub master branch.
51
51
52
52
11. We may rebase your changes, including squashing multiple commits,
53
53
or ask you to do so, if you have not followed the procedure above, or
Original file line number Diff line number Diff line change @@ -22,10 +22,9 @@ These are colloquially known as a "`nanomsg`".
22
22
a|image::mangos.jpg[float="right"]
23
23
|===
24
24
25
- WARNING: THIS IS A WORK-IN-PROGRESS AND NOT READY FOR GENERAL USE YET.
26
- This represents version 2 of _mangos_ , and contains breaking changes and
27
- rather different API. To use the the original version of _mangos_ please
28
- see https://github.com/nanomsg/mangos
25
+ NOTE: This is version 2 of _mangos_ , and contains breaking changes and
26
+ rather different API in some circumstances relative to version 1. To use the
27
+ original version of _mangos_ please see https://github.com/nanomsg/mangos
29
28
30
29
The modern C implemenation of the SP protocols is available as
31
30
https://github.com/nanomsg/nng[__NNG™__ ].
You can’t perform that action at this time.
0 commit comments