Skip to content

Commit c01fec9

Browse files
author
willzhen
committed
Update readme
1 parent 1c25186 commit c01fec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ s := m.Size()
8484
log.Print(m.String())
8585
```
8686

87-
example 参考:[TestOrderMap](https://github.com/memory-overflow/go-common-library/blob/main/stl_extension/stl_test.go#L13)
87+
example 参考:[TestOrderMap](https://github.com/memory-overflow/go-orderedmap/blob/main/stl_test.go#L13)
8888

8989
# LimitWaitGroup
9090
对原生 stl 的 WaitGroup 做补充,原生的 WaitGroup 没有办法限制协程的数量,比如如下处理,

0 commit comments

Comments
 (0)