Clever / ARCHIVED-oplog-replay

Replay mongodb oplogs at variable speed
Apache License 2.0
3 stars 1 forks source link

Move completely to go15 #41

Closed christiangriset closed 9 years ago

christiangriset commented 9 years ago

For context, see https://clever.atlassian.net/browse/INFRA-1112

This PR was autogenerated. @jefff you were chosen as the most active commiter of this repo, please review and check that builds still pass.
Some known, but difficult to automate, errors are:

If there are any problems, feel free to ping @cgclever for troubleshooting.

For understanding Godeps and vendoring see this doc.

Thank you!

kvigen commented 9 years ago

@cgclever i fixed a bug due to a backwards incompatible change between go 1.2 and 1.5. Can you review it https://github.com/Clever/oplog-replay/commit/6388e03ffe82bd2d2b81493c5d27cb27a45df426. If you're good with that, then this lgtm

christiangriset commented 9 years ago

Interesting gotcha, very subtle. Thanks for catching it!