• Go 93.9%
  • Assembly 5.6%
  • C 0.2%
  • Shell 0.1%
Find a file
2025-10-13 16:07:43 -07:00
api New upstream version 1.24~rc2 2025-01-21 14:13:52 +08:00
debian s/UNRELEASED/unstable/ 2025-10-13 16:07:43 -07:00
doc New upstream version 1.24.8 2025-10-09 19:55:34 -07:00
lib New upstream version 1.24.8 2025-10-09 19:55:34 -07:00
misc New upstream version 1.24~rc1 2025-01-07 14:28:28 +08:00
src New upstream version 1.24.9 2025-10-13 15:57:22 -07:00
test New upstream version 1.24.8 2025-10-09 19:55:34 -07:00
codereview.cfg New upstream version 1.24~rc1 2025-01-07 14:28:28 +08:00
CONTRIBUTING.md New upstream version 1.21~rc1 2023-06-20 16:24:28 +08:00
go.env New upstream version 1.21~rc1 2023-06-20 16:24:28 +08:00
LICENSE New upstream version 1.24~rc1 2025-01-07 14:28:28 +08:00
PATENTS Imported Upstream version 60 2011-09-13 13:13:40 +02:00
README.md New upstream version 1.23.0 2024-08-14 06:52:28 +08:00
SECURITY.md New upstream version 1.22~rc1 2024-01-04 16:55:06 +08:00
VERSION New upstream version 1.24.9 2025-10-13 15:57:22 -07:00

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 Attribution 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.