Skip to content

Commit ea1518f

Browse files
committed
更新readme
1 parent bcbc476 commit ea1518f

File tree

1 file changed

+6
-87
lines changed

1 file changed

+6
-87
lines changed

README.md

Lines changed: 6 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,13 @@
1-
The-Golang-Standard-Library-by-Example
2-
======================================
1+
# 《Go语言标准库》The Golang Standard Library by Example #
32

43
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
54

6-
# 目录 #
5+
## 交流 ##
76

8-
## [第一章 输入输出(Input/Output)](chapter01/01.0.md) ##
7+
欢迎大家加入QQ群:192706294 《Go语言实现与标准库》交流群
98

10-
1.1 [io — 基本的IO接口](chapter01/01.1.md)
9+
Go语言构建的 Go中文社区: [http://studygolang.com](http://studygolang.com)
1110

12-
1.2 [ioutil — 方便的IO操作函数集](chapter01/01.2.md)
11+
## 目录 ##
1312

14-
1.3 [fmt — 格式化IO](chapter01/01.3.md)
15-
16-
1.4 [bufio — 缓存IO](chapter01/01.4.md)
17-
18-
## 第二章 文本 ##
19-
20-
2.1 strings — 字符串操作
21-
22-
2.2 strconv — 基本类型和字符串之间转换
23-
24-
2.3 regexp — 正则表达式
25-
26-
2.4 unicode — Unicode码点、UTF-8/16编码
27-
28-
## 第三章 数据结构与算法 ##
29-
30-
3.1 container — 容器数据类型:heap、list和ring
31-
32-
3.2 bytes — byte slice 便利操作
33-
34-
3.3 index/suffixarray — 后缀数组实现子字符串查询
35-
36-
3.4 sort — 排序算法
37-
38-
## 第四章 日期与时间 ##
39-
40-
4.1 time — 日期和时间操作、显示
41-
42-
## 第五章 数学计算 ##
43-
44-
5.1 math — 基本数学函数
45-
46-
5.2 math/big — 大数实现
47-
48-
5.3 math/cmplx — 复数基本函数操作
49-
50-
5.4 math/rand — 伪随机数生成器
51-
52-
## 第六章 文件系统 ##
53-
54-
6.1 os — 平台无关的操作系统功能实现
55-
56-
6.2 path — 操作路径
57-
58-
6.3 path/filepath — 操作文件名路径
59-
60-
## 第七章 数据持久存储与交换 ##
61-
62-
7.1 database/sql — SQL/SQL-Like 数据库操作接口
63-
64-
7.2 encoding/json — json 解析
65-
66-
7.3 encoding/xml — xml 解析
67-
68-
7.4 encoding/gob — golang 自定义二进制格式
69-
70-
7.5 cvs — 逗号分隔值文件
71-
72-
## 第八章 数据压缩与归档 ##
73-
74-
8.1 compress/zlib — gnu zlib压缩
75-
76-
8.2 compress/gzip — 读写gnu zip文件
77-
78-
8.3 compress/bzip2 — bzip2压缩
79-
80-
8.4 archive/tar — tar归档访问
81-
82-
8.5 archive/zip — zip归档访问
83-
84-
## 第九章 加解密 ##
85-
86-
## 第十章 进程、线程与goroutine ##
87-
88-
## 第十一章 网络通信与互联网(internet) ##
89-
90-
## 第十二章 email ##
91-
92-
## 第十三章 应用构建、debug与测试 ##
93-
94-
## 第十四章 运行时特性 ##
13+
[开始阅读,从目录开始](preface.md)

0 commit comments

Comments
 (0)