'workqueue' modify 'work queue'

This commit is contained in:
StudyNick 2017-02-21 16:59:16 +08:00
parent 8e80b1e6d6
commit dc460c3e15

View File

@ -29,7 +29,7 @@ type Interface interface {
ShuttingDown() bool ShuttingDown() bool
} }
// New constructs a new workqueue (see the package comment). // New constructs a new work queue (see the package comment).
func New() *Type { func New() *Type {
return NewNamed("") return NewNamed("")
} }