1
0
mirror of synced 2025-11-06 03:20:55 +08:00

Merge pull request #61 from AuroraTea/patch-1

docs: update lib version and SDK require
This commit is contained in:
yitter
2023-05-30 00:18:49 +08:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
## 引用全局库
```shell
go get -u -v github.com/yitter/idgenerator-go@v1.3.1
go get -u -v github.com/yitter/idgenerator-go
```
## 调用示例Go
@@ -34,7 +34,7 @@ var newId = idgen.NextId()
## 关于Go环境
1.SDKgo1.16+
1.SDK: go1.17
2.启用 Go-Modules
```shell