Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README typo #209

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

README typo #209

wants to merge 15 commits into from

Conversation

ivanpirog
Copy link

Hey! I found an error in the documentation:
https://github.com/DispatchMe/go-work/blob/master/README.md

Original:

pool.JobWithOptions("export", JobOptions{Priority: 10, MaxFails: 1}, ExportHandler)

Correct:

pool.JobWithOptions("export", work.JobOptions{Priority: 10, MaxFails: 1}, ExportHandler)

Fixed README: README.md

jraede and others added 15 commits November 11, 2016 15:46
Replace args with a JSON-marshallable payload for easier type checking
Fix error unmarshalling empty payload
Like Sirupsen -> sirupsen, here garyburd -> gomodule.

Uses of the old name are giving us headaches elsewhere, it's time to
remove them.
I also installed redis and verified that all tests pass.
"garyburd" => "gomodule" untangling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants