Skip to content

Commit c4feef9

Browse files
committed
去掉无效图片
1 parent 4458c18 commit c4feef9

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Golang标准库。对于程序员而言,标准库与语言本身同样重要
1212

1313
Go语言构建的 Go语言中文网:[http://studygolang.com](http://studygolang.com)
1414

15+
关注作者公众号,加微信好友、进微信交流群。
16+
17+
![](polarisxu-qrcode-small.jpg)
18+
1519
## 阅读 ##
1620

1721
为了更方便阅读,Go语言中文网搭建了阅读平台,可以更友好的在线阅读。

chapter01/01.1.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ io 包为 I/O 原语提供了基本的接口。它主要包装了这些原语的
55
由于这些被接口包装的I/O原语是由不同的低级操作实现,因此,在另有声明之前不该假定它们的并行执行是安全的。
66

77
在 io 包中最重要的是两个接口:Reader 和 Writer 接口。本章所提到的各种 IO 包,都跟这两个接口有关,也就是说,只要满足这两个接口,它就可以使用 IO 包的功能。
8-
## 概览 ##
9-
10-
![](https://ws1.sinaimg.cn/large/006tKfTcly1g1kmtdrz8hj30yr0q6q3x.jpg)
11-
12-
## 逻辑 ##
13-
14-
![](https://ws1.sinaimg.cn/large/006tKfTcly1g1kmvqjpj2j32410u0109.jpg)
158

169
## Reader 接口 ##
1710

polarisxu-qrcode-small.jpg

26.9 KB
Loading

0 commit comments

Comments
 (0)