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

doc:add lancet api doc website

This commit is contained in:
dudaodong
2022-09-29 18:41:22 +08:00
parent 531cb19fd1
commit 604acd9b07
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<div align=center> <div align=center>
<img src="./logo.png" width="200" height="200"/> <a href="https://uvdream.github.io/lancet-docs/en/"><img src="./logo.png" width="200" height="200"/></a>
<br/> <br/>
@@ -68,7 +68,7 @@ func main() {
``` ```
## API Documentation ## API Documentation
## [lancet API doc](https://uvdream.github.io/lancet-docs/) Thanks [@UvDream](https://github.com/UvDream) for contributing.
### 1. Algorithm package implements some basic algorithm. eg. sort, search. ### 1. Algorithm package implements some basic algorithm. eg. sort, search.
```go ```go

View File

@@ -1,5 +1,5 @@
<div align=center> <div align=center>
<img src="./logo.png" width="200" height="200"/> <a href="https://uvdream.github.io/lancet-docs/"><img src="./logo.png" width="200" height="200"/><a/>
<br/> <br/>
@@ -68,7 +68,7 @@ func main() {
``` ```
## API文档 ## API文档
## [lancet API doc](https://uvdream.github.io/lancet-docs/) 感谢[@UvDream](https://github.com/UvDream)整理
### 1. algorithm算法包实现一些基本算法。eg. sort, search. ### 1. algorithm算法包实现一些基本算法。eg. sort, search.
```go ```go