rename mapreduce to mr
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package mapreduce
|
||||
package mr
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@@ -16,7 +16,7 @@ const (
|
||||
minWorkers = 1
|
||||
)
|
||||
|
||||
var ErrCancelWithNil = errors.New("mapreduce cancelled with nil")
|
||||
var ErrCancelWithNil = errors.New("mr cancelled with nil")
|
||||
|
||||
type (
|
||||
GenerateFunc func(source chan<- interface{})
|
||||
@@ -1,4 +1,4 @@
|
||||
package mapreduce
|
||||
package mr
|
||||
|
||||
import (
|
||||
"errors"
|
||||
Reference in New Issue
Block a user