Skip to content

Commit 5c16094

Browse files
committed
Merge pull request astaxie#252 from dlintw/patch-1
update for go 1.2rc1
2 parents 087d9e6 + 34c9d90 commit 5c16094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ebook/01.3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
默认的情况下,不需要任何的参数,它会自动把你源码包下面所有test文件测试完毕,当然你也可以带上参数,详情请参考`go help testflag`
8686

8787
## go doc
88-
88+
89+
(1.2rc1 以後沒有 go doc 指令, 只留下 godoc 指令)
8990
很多人说go不需要任何的第三方文档,例如chm手册之类的(其实我已经做了一个了,[chm手册](https://github.com/astaxie/godoc)),因为它内部就有一个很强大的文档工具。
9091

9192
如何查看相应package的文档呢?

0 commit comments

Comments
 (0)