Skip to content

Commit

Permalink
update README (gocraft#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporz authored and shdunning committed Sep 26, 2017
1 parent 2a383f8 commit 786c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func main() {
pool.Job("send_email", (*Context).SendEmail)

// Customize options:
pool.JobWithOptions("export", JobOptions{Priority: 10, MaxFails: 1}, (*Context).Export)
pool.JobWithOptions("export", work.JobOptions{Priority: 10, MaxFails: 1}, (*Context).Export)

// Start processing jobs
pool.Start()
Expand Down

0 comments on commit 786c308

Please sign in to comment.