The-Golang-Standard-Library-by-Example
The-Golang-Standard-Library-by-Example copied to clipboard
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
update line 25 p := (*int)unsafe.Pointer(&i) to p := (*int)(unsafe.Pointer(&i))
可以去我的博客看 https://www.ganymedenil.com/tags/go/
第三章 3.2 index/suffixarray 这个文章无法点击
第一章 fmt格式化 io 中占位符介绍,普通占位符 `%#v`的举例少了`%`
Hi, I think about the sort section should have `SliceStable` # reference https://golang.org/pkg/sort/#SliceStable e.g. ```go family := []struct { Name string Age int }{ {"Alice", 23}, {"David", 2}, {"Eve", 2},...
文档中缺少了一个“不”:  这是 github 上的源文件: 
https://github.com/polaris1119/The-Golang-Standard-Library-by-Example/blob/master/chapter01/01.4.md 底部有个超链接 下一节:[I/O 总结](url) 不存在