From afb0eb74a4bd9bf00aba45d7dc19bca240023623 Mon Sep 17 00:00:00 2001 From: yitter Date: Fri, 2 Apr 2021 23:28:16 +0800 Subject: [PATCH] auto commit --- Go/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Go/README.md b/Go/README.md index 62c6e85..7e2f28f 100644 --- a/Go/README.md +++ b/Go/README.md @@ -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代码示例