The Go Programming Language

Clone this repo:
  1. 768c51e internal/runtime/maps: remove unused var bitsetDeleted by cuiweixie · 8 hours ago master
  2. b338856 reflect: handle zero-sized fields of directly-stored structures correctly by Keith Randall · 16 hours ago
  3. d83b16f internal/bytealg: vector implementation of compare for riscv64 by Joel Sing · 6 months ago
  4. dd3abf6 internal/bytealg: optimize Index/IndexString on loong64 by limeidan · 35 hours ago
  5. 73ff6d1 cmd/internal/obj/loong64: change the immediate range of ALSL{W/WU/V} by limeidan · 2 days ago

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.