change picture to ch10.7.4

This commit is contained in:
Xargin
2017-05-09 22:44:17 +08:00
parent eadc58cbbb
commit 2a04de30d1
2 changed files with 2 additions and 2 deletions

View File

@@ -65,6 +65,8 @@ func (dec *Decoder) Decode(v interface{}) error
第二个工具名字也叫godoc它提供可以相互交叉引用的HTML页面但是包含和`go doc`命令相同以及更多的信息。图10.1演示了time包的文档11.6节将看到godoc演示可以交互的示例程序。godoc的在线服务 https://godoc.org ,包含了成千上万的开源包的检索工具。
![](../images/ch10-01.png)
你也可以在自己的工作区目录运行godoc服务。运行下面的命令然后在浏览器查看 http://localhost:8000/pkg 页面:
```