golang / go
golang / go
The Go Programming Language Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. Gopher image by Renee French, licensed under Creative Commons 4.0 Attribution license.
Go 编程语言 Go 是一门开源编程语言,旨在让构建简单、可靠且高效的软件变得更加容易。Gopher 形象由 Renee French 设计,采用知识共享署名 4.0 (Creative Commons 4.0 Attribution) 许可协议。
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go. Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
我们的官方 Git 仓库位于 https://go.googlesource.com/go。此外,在 https://github.com/golang/go 还有一个仓库镜像。除非另有说明,Go 源代码文件均根据 LICENSE 文件中提供的 BSD 风格许可证进行分发。
Download and Install Binary Distributions Official binary distributions are available at https://go.dev/dl/. After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
下载与安装 二进制分发版 官方二进制分发版可在 https://go.dev/dl/ 获取。下载二进制发行版后,请访问 https://go.dev/doc/install 查看安装说明。
Install From Source If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
从源码安装 如果您的操作系统和架构组合没有对应的二进制分发版,请访问 https://go.dev/doc/install/source 获取源码安装说明。
Contributing Go is the work of thousands of contributors. We appreciate your help! To contribute, please read the contribution guidelines at https://go.dev/doc/contribute. Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.
参与贡献 Go 是成千上万名贡献者的心血结晶。我们感谢您的帮助!如需参与贡献,请阅读 https://go.dev/doc/contribute 上的贡献指南。请注意,Go 项目的问题追踪器(Issue Tracker)仅用于提交错误报告和功能提案。有关 Go 语言的提问渠道列表,请参阅 https://go.dev/wiki/Questions。