Update worker.go

This commit is contained in:
Sam Grimee 2014-01-15 00:36:22 +01:00
parent 54286d5aa4
commit ea240397b7

View File

@ -12,9 +12,7 @@ import (
const ( const (
Unlimited = iota Unlimited = iota
OneByOne OneByOne
)
const (
Immediately = iota Immediately = iota
) )