Feature/0708 docs (#93)

This commit is contained in:
libin
2025-07-08 11:19:36 +08:00
committed by GitHub
parent c36cad7d1b
commit 20172967bd
2 changed files with 0 additions and 8 deletions

View File

@@ -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

View File

@@ -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