mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-12 00:32:27 +08:00
doc: update link in readme
This commit is contained in:
@@ -75,7 +75,6 @@ func main() {
|
|||||||
|
|
||||||
### <span id="index">Index<span>
|
### <span id="index">Index<span>
|
||||||
|
|
||||||
- <a href="#Algorithm">Algorithm</a>
|
|
||||||
- [Algorithm](#Algorithm)
|
- [Algorithm](#Algorithm)
|
||||||
- [Compare](#Compare)
|
- [Compare](#Compare)
|
||||||
- [Concurrency](#Concurrency)
|
- [Concurrency](#Concurrency)
|
||||||
@@ -103,8 +102,9 @@ func main() {
|
|||||||
- [Validator](#Validator)
|
- [Validator](#Validator)
|
||||||
- [Xerror](#Xerror)
|
- [Xerror](#Xerror)
|
||||||
|
|
||||||
### 1. Algorithm package implements some basic algorithm. eg. sort, search. [index](#index)
|
<h3 id="Algorithm"> 1. Algorithm package implements some basic algorithm. eg. sort, search. [index](#index) </h3>
|
||||||
<span id="Algorithm" style="display:none;">Algorithm</span>
|
|
||||||
|
#### Usage:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
import "github.com/duke-git/lancet/v2/algorithm"
|
import "github.com/duke-git/lancet/v2/algorithm"
|
||||||
|
|||||||
Reference in New Issue
Block a user