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

change lastest v1 version

This commit is contained in:
dudaodong
2022-08-03 10:02:46 +08:00
parent b697858038
commit c6a7371049
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ go get github.com/duke-git/lancet/v2 // will install latest version of v2.x.x
2. <b>For users who use version below go1.18, you should install v1.x.x. now latest v1 is v1.3.1. </b>
```go
go get github.com/duke-git/lancet@v1.3.0 // below go1.18, install latest version of v1.x.x
go get github.com/duke-git/lancet@v1.3.1 // below go1.18, install latest version of v1.x.x
```
## Usage