> For the complete documentation index, see [llms.txt](https://wskdsgcf.gitbook.io/mastering-go-zh-cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wskdsgcf.gitbook.io/mastering-go-zh-cn/04.0/04.9.md).

# 04.9 延展阅读

* `regexp`标准库的详细讲解-<https://golang.org/pkg/regexp>
* 阅读`grep`工具的使用说明
* 使用Go开发一个程序，能够找出log文件中所有的IPv4地址
* 关于`math/big`包的详细讲解-<https://golang.org/pkg/math/big>
* `unicode`标准库的官方文档-<https://golang.org/pkg/unicode>
* 开始阅读官方的Go语言规范吧-<https://golang.org/ref/spec>
