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

doc: update link in readme

This commit is contained in:
dudaodong
2023-07-03 11:21:49 +08:00
parent 423779d3ff
commit 06a558d797

View File

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