Skip to content

Commit 9bf41b9

Browse files
committed
use non-generics version
1 parent c01b293 commit 9bf41b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sum.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/kevwan/mapreduce"
7+
"github.com/kevwan/mapreduce/v1"
88
)
99

1010
func main() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/kevwan/mapreduce
1+
module github.com/kevwan/mapreduce/v1
22

33
go 1.14
44

0 commit comments

Comments
 (0)