We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b0a62 commit 4ae19f5Copy full SHA for 4ae19f5
README.md
@@ -256,6 +256,9 @@ govendor add +external
256
# 查看你的工作。
257
govendor list
258
259
+govendor sync # 从远程仓库拉取依赖
260
+govendor get # 像“go get”一样,但将依赖项复制到“vendor”文件夹中。
261
+
262
# 看看什么是使用包
263
govendor list -v fmt
264
@@ -278,6 +281,20 @@ govendor test +local
278
281
```
279
282
280
283
284
+</details>
285
286
287
+<details>
288
+<summary>运行文档,在线预览文档</summary>
289
290
+```bash
291
+# 如果你的 godoc 命令不存在,运行它安装
292
+$ go get -v golang.org/x/tools/cmd/godoc
293
294
+$ godoc -http=:6060
295
+# 运行上面一条命令,可访问文档http://localhost:6060/
296
+```
297
298
</details>
299
300
## 运行Go
0 commit comments