File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111
1212``` go
1313import (
14- " github.com/orcaman/concurrent-map"
14+ " github.com/orcaman/concurrent-map/v2 "
1515)
1616
1717```
1818
1919``` bash
20- go get " github.com/orcaman/concurrent-map"
20+ go get " github.com/orcaman/concurrent-map/v2 "
2121```
2222
2323现在包被导入到了` cmap ` 命名空间下
@@ -46,7 +46,7 @@ go get "github.com/orcaman/concurrent-map"
4646运行测试:
4747
4848``` bash
49- go test " github.com/orcaman/concurrent-map"
49+ go test " github.com/orcaman/concurrent-map/v2 "
5050```
5151
5252## 贡献说明
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ Import the package:
1010
1111``` go
1212import (
13- " github.com/orcaman/concurrent-map"
13+ " github.com/orcaman/concurrent-map/v2 "
1414)
1515
1616```
1717
1818``` bash
19- go get " github.com/orcaman/concurrent-map"
19+ go get " github.com/orcaman/concurrent-map/v2 "
2020```
2121
2222The package is now imported under the "cmap" namespace.
@@ -44,7 +44,7 @@ For more examples have a look at concurrent_map_test.go.
4444Running tests:
4545
4646``` bash
47- go test " github.com/orcaman/concurrent-map"
47+ go test " github.com/orcaman/concurrent-map/v2 "
4848```
4949
5050## guidelines for contributing
You can’t perform that action at this time.
0 commit comments