Go语言标准包解析
GitHub
GitHub
Go语言标准包解析
errors
io
bufio
bytes
strings
基本操作
Reader
Replacer
strconv
container/heap
container/list
container/ring
os
path
path/filepath
hash
hash/adler32
net
net/http
net/textproto
net/url
time
sync
log
encoding/base32
encoding/base64
encoding/hex
encoding/json
crypto/md5
crypto/sha256
crypto/hmac
reflect
#
strings
#
基本操作
strings的基本操作与
bytes
的基本操作基本类似,不做赘述。
#
Reader
与
bytes.Reader
相似,不做赘述。
#
Replacer
←
bytes
strconv
→