1
0
mirror of synced 2025-12-29 16:37:58 +08:00

auto commit

This commit is contained in:
yitter
2021-04-02 23:28:16 +08:00
parent fa06cf3dcb
commit afb0eb74a4

View File

@@ -16,11 +16,7 @@ go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct
3. 安装方式
```
go get -u -v github.com/yitter/idgenerator-go
```
或 go.mod 中添加引用
```
require github.com/yitter/idgenerator-go v1.2.0
go get -u -v github.com/yitter/idgenerator-go
```
## Go代码示例