Jerry 6 年之前
父節點
當前提交
7b644f28b3
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -102,11 +102,14 @@ $ go get -u github.com/iGoogle-ink/gopay
 
 
 go mod 安装
 go mod 安装
 ```bash
 ```bash
-1、mod 文件的require中添加:github.com/iGoogle-ink/gopay latest,如下
+1、mod 文件的require中添加:github.com/iGoogle-ink/gopay latest ,如下
 require (
 require (
     github.com/iGoogle-ink/gopay latest
     github.com/iGoogle-ink/gopay latest
+    ...
+    ...
 )
 )
-2、命令行执行:go list 或 go mod tidy
+2、命令行执行:go mod tidy 下载依赖包
+3、命令行执行:go list -m all 查看所有依赖包
 ```
 ```
 
 
 * #### 查看 GoPay 版本
 * #### 查看 GoPay 版本