The Go programming language https://go.dev/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Michael Matloob 82dc37c0d0
cmd/go: don't assume ImportStack always set on PackageError
13 hours ago
.github doc: normalize proposal-process links 2 months ago
api crypto/tls: make SessionState.Extra a slice of byte slices 20 hours ago
doc doc/go1.21: remove CL 472195 TODO 1 day ago
lib/time lib/time: update to 2023c/2023c 1 month ago
misc misc/wasm: set PATH variable in exec 2 weeks ago
src cmd/go: don't assume ImportStack always set on PackageError 13 hours ago
test cmd/compile: allow ir.OMIN/ir.OMAX in mayCall 5 days ago
.gitattributes
.gitignore cmd/dist: refactor generated cgo-support logic 2 months ago
CONTRIBUTING.md doc: normalize proposal-process links 2 months ago
LICENSE
PATENTS
README.md README: update from CC-BY-3.0 to CC-BY-4.0 7 months ago
SECURITY.md SECURITY.md: replace golang.org with go.dev 1 year ago
codereview.cfg codereview.cfg: add codereview.cfg for master branch 2 years ago
go.env cmd/go: additional doc-inspired tests and bug fixes 4 days 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 4.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.