Skip to content

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