延展阅读
访问如下 web 链接:
- 访问 Graphviz 网站http://graphviz.org
- 访问
testing
包的文档页,可在https://golang.org/pkg/testing找到 - 您可以访问
godoc
工具的文档页https://godoc.org/golang.org/x/tools/cmd/godoc了解它的更多内容 - 访问
runtime/pprof
标准包的文档页,可以在https://golang.org/pkg/runtime/pprof找到 - 您可以访问https://golang.org/src/net/http/pprof/pprof.go浏览
net/http/pprof
包的源码 - 您可以在https://golang.org/src/net/http/pprof/找到
net/http/pprof
包的文档页 - Go1.10 版本和 Go1.9 版本的完整变更列表,您可以查看https://golang.org/doc/go1.10
- 您可以访问
pprof
工具的开发页https://github.com/google/pprof了解它的更多内容 - 在https://www.youtube.com/watch?=v=8hQG7QlcLBk观看 GohperCon 2017 大会上由 Mitchell Hashimoto 介绍的 Go 语言高级测试视频
- 您可以在https://golang.org/src/testing/testing.go找到
testing
包的源码 - 您可以访问
profile
包的 web 页面https://github.com/pkg/profile了解它的更多内容 - 你可以访问
go fix
工具的 web 页面https://golang.org/cmd/fix了解它的更多内容