4615b39514
The public proxy and checksum database launched with Go 1.13 have been running smoothly, pkg.go.dev is serving module-aware documentation, and in 1.14 we have improved the vendoring workflow and finished Subversion support to reach parity with GOPATH mode for users of those features, updated documentation (including the “How to Write Go Code” intro document) and published blog posts describing common modes of usage, and improved the migration path for existing v2+ modules by making version resolution less aggressive about "+incompatible" major versions. We (always) have more fit-and-finish work to do, but at this point we believe that module mode will provide a better user experience than GOPATH mode for most users, including in production use. Change-Id: I897e0a43e3aebe4c90553c414337a46bfc9c2bef Reviewed-on: https://go-review.googlesource.com/c/go/+/216317 Reviewed-by: Jay Conrod <jayconrod@google.com> Reviewed-by: Katie Hockman <katie@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> |
||
---|---|---|
.github | ||
api | ||
doc | ||
lib/time | ||
misc | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
favicon.ico | ||
LICENSE | ||
PATENTS | ||
README.md | ||
robots.txt | ||
SECURITY.md |
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 3.0 Attributions license.
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.
Download and Install
Binary Distributions
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
Install From Source
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Contributing
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.