auto commit
This commit is contained in:
@@ -70,6 +70,7 @@ namespace WInFormApp
|
||||
try
|
||||
{
|
||||
UnRegisterWorkerId();
|
||||
txtIdList.Text += "LogOff";
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user