1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00

doc: update link in readme

This commit is contained in:
dudaodong
2023-07-03 10:40:50 +08:00
parent ffe46fd06d
commit acb08dfd90
+2 -2
View File
@@ -75,7 +75,7 @@ func main() {
### <span id="index">Index<span>
- [Algorithm](#Algorithm)
- <a href="#Algorithm">Algorithm</a>
- [Compare](#Compare)
- [Concurrency](#Concurrency)
- [Condition](#Condition)
@@ -102,7 +102,7 @@ func main() {
- [Validator](#Validator)
- [Xerror](#Xerror)
### <span id="Algorithm">1. Algorithm package implements some basic algorithm. eg. sort, search.</span></span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [index](#index)
### <span id="Algorithm"> 1. Algorithm package implements some basic algorithm. eg. sort, search.</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [index](#index)
```go
import "github.com/duke-git/lancet/v2/algorithm"