albrow / jobs

A persistent and flexible background jobs library for go.
MIT License
499 stars 47 forks source link

Fix find by id empty resp #20

Closed epelc closed 9 years ago

epelc commented 9 years ago

This fixes #18

@albrow Let me know if I did this wrong. It's including your version bumps for some reason. Do you usually keep the version saying X.X.X in develop?

albrow commented 9 years ago

Yeah the develop branch should always say X.X.X, then I add in the correct version number for each release. I think it's including the version bumps in this PR because you created the fix-FindById-empty-resp branch off of master? You should create your new feature branch off of develop instead. I'm sorry that this was not made clear in the guide.