1
0
mirror of synced 2026-04-26 10:18:39 +08:00

docs: update lib version and SDK require

for lib:
1.3.1 -> 1.3.3

for SDK:
go.uber.org\multierr@v1.11.0\error.go:209:20: undefined: atomic.Bool
note: module requires Go 1.19
This commit is contained in:
AuroraTea
2023-05-25 23:06:23 +08:00
committed by GitHub
parent 61b9ea7fde
commit d49855c120

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.19+
2.启用 Go-Modules
```shell