Browse Source

auto commit

tags/v1.0.0
yitter 3 years ago
parent
commit
c2ab7b99cf
2 changed files with 5 additions and 0 deletions
  1. +1
    -0
      C#.NET/source/YitIdGen.WinFormApp/StartForm.cs
  2. +4
    -0
      Go/README.md

+ 1
- 0
C#.NET/source/YitIdGen.WinFormApp/StartForm.cs View File

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


+ 4
- 0
Go/README.md 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
```


Loading…
Cancel
Save