1 Star 1 Fork 1

itfanr / golang-standard-library-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

Golang标准库中文版

###翻译By Go友团(http://golanghome.com)

###项目地址 GoStandardLibrary-Chinese

###成员
@jemygraw, @itfanr, @getwe

###致谢

  1. 感谢 @ghosert 创立的 作业部落 ,史上最好的Markdown编辑器。
  2. 感谢Google为我们提供的革命性编程语言Golang
  3. 感谢所有支持我们,为我们的努力欢呼的小伙伴们!
  4. 感谢上天给我一次来到地球的机会。哈哈!

###包翻译状态

  1. 未翻译 - 该包未被占用也未被翻译。
  2. 已占用 - 该包正在被别人翻译,优先merge该成员的pull request,当该成员未能如期完成时,包状态恢复未翻译,可以再次申请占用。
  3. 已翻译 - 该包已经被翻译,并且pull request已经merge,你可以查看翻译,并给出建议。

###参与方法

  1. 首先Fork项目。
  2. 然后查看项目README文件选择一个未被占用或未被翻译的包,到这里申请占用,并翻译。
  3. 申请占用翻译的时候,需提供你能够预期完成的时间,超过该时间后,pull request将不再被接受,并且该包状态恢复未翻译,可供他人申请占用翻译。
  4. 翻译完成之后,创建pull request,请求merge。merge完成后,包状态改为已翻译,并且署名。
  5. 翻译以包为单位,如果有子包,则上一层包和子包属于不同的包。
  6. 可以对自己或他人翻译完成的包提交校验pull request,这时将署名为校验人 。

###标准库网址

如果你无法访问golang.org可以访问以下的两个网址来作为Go Standard Library参考。

###翻译文件规范
为了统一翻译风格,请参考文件archive_tar.md
主要内容有下面几点:

  1. 翻译的标准库以Go1.3的为准。
  2. 翻译文件名称以包名.md方式命名,如果存在子包,则以包名_子包名.md方式命名。存在多层子包,则依次加上_子包名来命名。例如:archive_tar.mddatabase_sql_driver.md等。
  3. 文件内容以#包名开头。这里的包名为import导入时的包名。
  4. 然后是import导入包的方式,比如import "archive/tar"
  5. 下面是简介(Synopsis),就是标准库Packages页面的包简单描述,使用二级标题(##)。
  6. 然后是概览(Overview),为标准库详细页面的描述,不需要包括示例(Examples),使用二级标题(##)。
  7. 然后是内容,单独占一行,使用二级标题(##)。
  8. 然后依次按照标准库页面内容,翻译每一项。每一项的标题使用三级标题(###)表示,然后是原型代码,然后是详细描述。
  9. 为了使得翻译文件内容清晰,每个自然段落多加一个空行。
  10. Merge的时候,由@jemygraw统一检查完格式后merge。

| 包名 | 翻译人 | 状态 | 起始时间 | 预期结束时间 | 实际结束时间 | 校验人 | |-------------------|--------------------------|------------------------------------------|-------|------------|------------|-------------|------------| |archive/tar| @jemygraw | 已翻译 | 2014/07/16 | 2014/07/16 |2014/07/16 | | |archive/zip| @jemygraw | 已占用 | 2014/07/21 | 2014/07/22 | | | |bufio|@getwe|已占用|2014/07/23|2014/07/24|||| |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||||||| |database/sql||||||| |database/sql/driver||||||| |debug/dwarf||||||| |debug/elf||||||| |debug/gosym||||||| |debug/macho||||||| |debug/pe||||||| |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||||||| |go/ast||||||| |go/build||||||| |go/doc||||||| |go/format||||||| |go/packages||||||| |go/parser||||||| |go/printer||||||| |go/scanner||||||| |go/token||||||| |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||||||| |log/syslog||||||| |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||||||| |regexp/syntax||||||| |runtime||||||| |runtime/cgo||||||| |runtime/debug||||||| |runtime/pprof||||||| |runtime/race||||||| |sort||||||| |strconv||||||| |strings||||||| |sync||||||| |sync/atomic||||||| |syscall||||||| |testing||||||| |testing/iotest||||||| |testing/quick||||||| |text/scanner||||||| |text/tabwriter||||||| |text/template||||||| |text/template/parse||||||| |time||||||| |unicode||||||| |unicode/utf16||||||| |unicode/utf8||||||| |unsafe|||||||

Copyright (c) 2014, Jemy Graw All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the {organization} nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

Golang的标准库中文版,由Go友团 (http://golanghome.com) 领导翻译。 展开 收起
Go
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/itfanr/golang-standard-library-cn.git
git@gitee.com:itfanr/golang-standard-library-cn.git
itfanr
golang-standard-library-cn
golang-standard-library-cn
master

搜索帮助