go标准包和部分第三方包的包文档中文翻译

排版完全取自godoc.org,非常感谢godoc。因为godoc和本翻译都是开源,未询问即使用其数据,如有侵权请告知。

Posted by Longniao on October 18, 2014

官方标准包:

archive/tar

archive/zip

bufio

builtin

bytes

compress/bzip2

compress/flate

compress/gzip

compress/lzw

compress/zlib

container/heap

container/list

container/ring

crypto

crypto/aes

crypto/cipher

crypto/des

crypto/dsa

crypto/ecdsa

crypto/elliptic

crypto/hmac

crypto/md5

crypto/rand

crypto/rc4

crypto/rsa

crypto/sha1

crypto/sha256

crypto/sha512

crypto/subtle

crypto/tls

crypto/x509

crypto/x509/pkix

encoding

encoding/ascii85

encoding/asn1

encoding/base32

encoding/base64

encoding/binary

encoding/csv

encoding/gob

encoding/hex

encoding/json

encoding/pem

encoding/xml

errors

expvar

flag

fmt

hash

hash/adler32

hash/crc32

hash/crc64

hash/fnv

html

html/template

image

image/color

image/color/palette

image/draw

image/gif

image/jpeg

image/png

index/suffixarray

io

io/ioutil

log

math

math/big

math/cmplx

math/rand

mime

mime/multipart

net

net/http

net/http/cgi

net/http/cookiejar

net/http/fcgi

net/http/httptest

net/http/httputil

net/http/pprof

net/mail

net/rpc

net/rpc/jsonrpc

net/smtp

net/textproto

net/url

os

os/exec

os/signal

os/user

path

path/filepath

reflect

regexp

runtime

runtime/debug

runtime/pprof

sort

strconv

strings

sync

sync/atomic

text/scanner

text/tabwriter

text/template

time

unicode

unicode/utf16

unicode/utf8

unsafe

常用第三方包:

code.google.com

code.google.com/p/go.image

code.google.com/p/go.image/bmp

code.google.com/p/go.image/tiff

code.google.com/p/go.net

code.google.com/p/go.net/html

code.google.com/p/go.net/html_atom

code.google.com/p/go.net/html_charset

code.google.com/p/go.net/netutil

code.google.com/p/go.net/proxy

code.google.com/p/go.net/publicsuffix

code.google.com/p/go.net/websocket

code.google.com/p/go.text

code.google.com/p/go.text/encoding

code.google.com/p/go.text/encoding_japanese

code.google.com/p/go.text/encoding_korean

code.google.com/p/go.text/encoding_simplifiedchinese

code.google.com/p/go.text/encoding_traditionalchinese

code.google.com/p/go.text/encoding_unicode

code.google.com/p/go.text/transform

appengine

appengine/appengine

appengine/appengine_blobstore

appengine/appengine_datastore

appengine/appengine_memcache

appengine/appengine_urlfetch

appengine/appengine_user