# go中文翻译 **Repository Path**: haozing/go ## Basic Information - **Project Name**: go中文翻译 - **Description**: golang中文翻译 1.包含注解、文档、示例中的英文翻译成中文,方便阅读。 2.翻译水平有限,敬请谅解。 3.翻译时间不限,敬请谅解。 - **Primary Language**: Go - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-30 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GO编程语言 Go是一种开源编程语言,能构建简单,可靠、高效的软件。 ![Gopher image](doc/gopher/fiveyears.jpg) *Gopher image by [Renee French][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].* 我们的规范Git存储库位于[https://go.googlesource.com/go](https://go.googlesource.com/go)。 在[https://github.com/golang/go](https://github.com/golang/go)上有一个存储库镜像。 除非另有说明,否则go源文件分布在在许可证文件中找到BSD样式的许可证。 ### 下载并安装 #### 二元分布 官方的二进制发行版可以在[https://golang.org/dl/](https://golang.org/dl/)上找到。 下载二进制版本后,请访问[https://golang.org/doc/install](https://golang.org/doc/install)或在Web浏览器中加载[doc/install.html](https://gitee.com/haozing/go/blob/master/doc/install.html)进行安装。 #### 从源安装 如果二进制分发不可用于操作系统和体系结构,访问[https://golang.org/doc/install/source](https://golang.org/doc/install/source)或者读取[doc/install source.html](https://gitee.com/haozing/go/blob/master/doc/install/source.html)在Web浏览器中获取源安装说明。 ### 贡献 Go是成千上万的投稿人的作品。感谢您的贡献! 要进行贡献,请阅读贡献指南: https://golang.org/doc/contribute.html 请注意,Go项目使用问题跟踪程序进行错误报告和 仅限提案。请参见[https://golang.org/wiki/questions](https://golang.org/wiki/questions)获取 问关于Go语言的问题的地方。 [rf]: https://reneefrench.blogspot.com/ [cc3-by]: https://creativecommons.org/licenses/by/3.0/