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

doc: update link in readme

This commit is contained in:
dudaodong
2023-07-03 10:48:04 +08:00
parent dc838f645b
commit 529b9317d0

View File

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