Ver código fonte

更新readme.md

gaoyagang 11 meses atrás
pai
commit
1064ffbd3d
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      readme.md

+ 3 - 3
readme.md

@@ -1,6 +1,6 @@
 ### 公共包使用说明
 #### 版本说明
-> 当前版本: v1.0.0
+> 当前版本: v1.3.12
 
 > 更新版本: 
 >> 1. git tag v1.x.x
@@ -11,9 +11,9 @@
 #### 使用说明
 > 1. 查看当前go的库环境: go env
 >
-> 2. GOPRIVATE中增加私有仓库地址: 该部分请自行将其设置为全局环境变量
+> 2. GONOPROXY中增加私有仓库地址: 该部分请自行将其设置为全局环境变量
 > 
->> * export GOPRIVATE=${GOPRIVATE},metawant.greentech.com.cn
+>> * go env -w GONOPROXY=metawant.greentech.com.cn
 
 #### rpc调用说明
 > 1. 将proto文件放在rpc_client对应文件夹(若没有可新建)下