1
0
mirror of synced 2026-02-18 10:57:56 +08:00

auto commit

This commit is contained in:
yitter
2021-04-02 23:35:22 +08:00
parent afb0eb74a4
commit c2ab7b99cf
2 changed files with 5 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ namespace WInFormApp
try
{
UnRegisterWorkerId();
txtIdList.Text += "LogOff";
}
catch (Exception ex)
{

View File

@@ -11,10 +11,14 @@
```
go env -w GO111MODULE=on
# Next *ONLY* for China-Developer:
go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct
```
3. 安装方式
```
go get -u -v github.com/yitter/idgenerator-go
```