输入输出
包括二进制、文本格式在屏幕、键盘、文件等其它设备输入输出等,对应的库有:
- bufio
- fmt
- io
- log
- flag
文本处理
包括字符串和文本内容的处理,对应的库有:
- encoding
- bytes
- strings
- strconv
- text
- time
- mime
- unicode
- regexp
- index
- path
网络
如Socket编程和网站开发,如
- net
- http
- expvar
系统
对系统功能的封闭,如操作系统的交互和原子性操作等
- os
- syscall
- time
- sync
- unsafe
数据结构与算法
- math
- sort
- container
- crypto
- hash
- archive
- compress
- image
运行时
- runtime
- reflect
- go