1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

doc: update link in readme

This commit is contained in:
dudaodong
2023-07-03 11:14:55 +08:00
parent 78c17a9e7b
commit 423779d3ff

View File

@@ -76,6 +76,7 @@ func main() {
### <span id="index">Index<span>
- <a href="#Algorithm">Algorithm</a>
- [Algorithm](#Algorithm)
- [Compare](#Compare)
- [Concurrency](#Concurrency)
- [Condition](#Condition)
@@ -102,7 +103,8 @@ func main() {
- [Validator](#Validator)
- [Xerror](#Xerror)
### 1. Algorithm package implements some basic algorithm. eg. sort, search. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span hidden id="Algorithm" style="display:none;">Algorithm</span> [index](#index)
### 1. Algorithm package implements some basic algorithm. eg. sort, search. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [index](#index)
<span id="Algorithm" style="display:none;">Algorithm</span>
```go
import "github.com/duke-git/lancet/v2/algorithm"