No Description

Matthew Dempsky d558507db4 [dev.unified] all: merge master (85d87b9) into dev.unified 2 years ago
.github 2f45981679 .github: remove duplicate security link 2 years ago
api 6a7c64fde5 debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32} 2 years ago
doc e99f53fed9 doc: move Go 1.19 release notes to x/website 2 years ago
lib db19b42ca8 lib/time, time/tzdata: update to 2022a 2 years ago
misc 1b7e71e8ae all: disable tests that fail on Alpine 2 years ago
src d558507db4 [dev.unified] all: merge master (85d87b9) into dev.unified 2 years ago
test d558507db4 [dev.unified] all: merge master (85d87b9) into dev.unified 2 years ago
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF 4 years ago
.gitignore 95ed5c3800 internal/buildcfg: move build configuration out of cmd/internal/objabi 3 years ago
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
LICENSE d0c1888739 doc: revert copyright date to 2009 8 years ago
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 years ago
README.md e35763469a README.md: update wiki link 2 years ago
SECURITY.md a0f77e56b7 SECURITY.md: replace golang.org with go.dev 2 years ago
codereview.cfg 4d28fcabb4 [dev.unified] all: update codereview.cfg for dev.unified branch 2 years ago

README.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 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://go.dev/dl/.

After downloading a binary release, visit https://go.dev/doc/install for installation instructions.

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.

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.