mirror of
https://github.com/jefferyjob/go-easy-utils.git
synced 2025-12-24 13:18:09 +08:00
Feature/0708 docs (#93)
This commit is contained in:
@@ -15,14 +15,10 @@
|
||||
|
||||
## 快速开始
|
||||
**安装**
|
||||
|
||||
使用 `Go1.18` 及以上版本的用户,建议安装 `v2.x.x`。 因为 `v2.x.x` 应用 `Go1.18` 的泛型重写了大部分函数。
|
||||
```bash
|
||||
go get -u github.com/jefferyjob/go-easy-utils/v2
|
||||
```
|
||||
|
||||
使用 `Go1.18` 以下版本的用户,请使用 [v1.x](https://github.com/jefferyjob/go-easy-utils/tree/v1) 版本
|
||||
|
||||
**使用Demo**
|
||||
```go
|
||||
package main
|
||||
|
||||
@@ -15,14 +15,10 @@ This is a general data type processing tool class based on Go language, which he
|
||||
|
||||
## Quick Start
|
||||
**Install**
|
||||
|
||||
Use users with `Go1.18` and above, it is recommended to install `v2.x.x`. Because `v2.x.x` app rewritten most functions of `Go1.18`
|
||||
```bash
|
||||
go get -u github.com/jefferyjob/go-easy-utils/v2
|
||||
```
|
||||
|
||||
Users who use versions below `Go1.18`, please use [v1.x](https://github.com/jefferyjob/go-easy-utils/tree/v1) version
|
||||
|
||||
**Use Demo**
|
||||
```go
|
||||
package main
|
||||
|
||||
Reference in New Issue
Block a user