From c2ab7b99cf36734425b38f38e460fb7ff23f8d32 Mon Sep 17 00:00:00 2001 From: yitter Date: Fri, 2 Apr 2021 23:35:22 +0800 Subject: [PATCH] auto commit --- C#.NET/source/YitIdGen.WinFormApp/StartForm.cs | 1 + Go/README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/C#.NET/source/YitIdGen.WinFormApp/StartForm.cs b/C#.NET/source/YitIdGen.WinFormApp/StartForm.cs index d18d791..f80a332 100644 --- a/C#.NET/source/YitIdGen.WinFormApp/StartForm.cs +++ b/C#.NET/source/YitIdGen.WinFormApp/StartForm.cs @@ -70,6 +70,7 @@ namespace WInFormApp try { UnRegisterWorkerId(); + txtIdList.Text += "LogOff"; } catch (Exception ex) { diff --git a/Go/README.md b/Go/README.md index 7e2f28f..2834446 100644 --- a/Go/README.md +++ b/Go/README.md @@ -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 ```