`
1. Use auto-generate release notes feature in GitHub
4. Generate the change log, see [Changelog Generation](#changelog-generation)
-5. Review the changelog. Watch out for issues closed as "not-fixed" or without a PR
-6. Commit and Push. Pro-tip: include `[skip ci]` in the commit message to skip the CI run, since it's only documentation
-7. Send an announcement to the mailing list. Take inspiration from [this message](https://groups.google.com/g/rabbitmq-users/c/EBGYGOWiSgs/m/0sSFuAGICwAJ)
+5. Review the changelog. Watch out for issues closed as "not-fixed" or without a
+ PR
+6. Commit and Push. Pro-tip: include `[skip ci]` in the commit message to skip
+ the CI run, since it's only documentation
+7. Send an announcement to the mailing list. Take inspiration from
+ [this message](https://groups.google.com/g/rabbitmq-users/c/EBGYGOWiSgs/m/0sSFuAGICwAJ)
## Changelog Generation
diff --git a/examples/go/vendor/github.com/spaolacci/murmur3/README.md b/examples/go/vendor/github.com/spaolacci/murmur3/README.md
index e463678..703b850 100644
--- a/examples/go/vendor/github.com/spaolacci/murmur3/README.md
+++ b/examples/go/vendor/github.com/spaolacci/murmur3/README.md
@@ -1,5 +1,4 @@
-murmur3
-=======
+# murmur3
[![Build Status](https://travis-ci.org/spaolacci/murmur3.svg?branch=master)](https://travis-ci.org/spaolacci/murmur3)
@@ -9,12 +8,10 @@ MurmurHash3).
Reference algorithm has been slightly hacked as to support the streaming mode
required by Go's standard [Hash interface](http://golang.org/pkg/hash/#Hash).
+## Benchmarks
-Benchmarks
-----------
-
-Go tip as of 2014-06-12 (i.e almost go1.3), core i7 @ 3.4 Ghz. All runs
-include hasher instantiation and sequence finalization.
+Go tip as of 2014-06-12 (i.e almost go1.3), core i7 @ 3.4 Ghz. All runs include
+hasher instantiation and sequence finalization.
@@ -49,7 +46,6 @@ Benchmark128_8192 1000000 1838 ns/op 4455.47 MB/s
-
benchmark Go1.0 MB/s Go1.1 MB/s speedup Go1.2 MB/s speedup Go1.3 MB/s speedup
@@ -83,4 +79,3 @@ Benchmark128_4096 2360.15 4299.09 1.82x 4392.35 1.02x
Benchmark128_8192 2411.50 4356.84 1.81x 4480.68 1.03x 4455.47 0.99x
-