No Description

Gopher Robot 90a870f1dc [release-branch.go1.20] go1.20.14 7 months ago
.github cdc73f0679 .github: suggest using private browsing in pkgsite template 1 year ago
api e57e673e7f api: promote next to go1.20 1 year ago
doc 5adb0ca8e9 [release-branch.go1.20] time: revert strict parsing of RFC 3339 1 year ago
lib 10bb003401 lib/time: update to 2022g/2022g 1 year ago
misc 31d5b604ac [release-branch.go1.20] cmd/compile: use absolute file name in isCgo check 11 months ago
src a2f4a5a6e7 [release-branch.go1.20] Revert "crypto/internal/boring: upgrade module to fips-20220613" +1 8 months ago
test d77307f855 [release-branch.go1.20] cmd/compile: fix findIndVar so it does not match disjointed loop headers 10 months 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 a5b4283dfd README: update from CC-BY-3.0 to CC-BY-4.0 1 year ago
SECURITY.md a0f77e56b7 SECURITY.md: replace golang.org with go.dev 2 years ago
VERSION 90a870f1dc [release-branch.go1.20] go1.20.14 7 months ago
codereview.cfg 0480336414 [release-branch.go1.20] update codereview.cfg for release-branch.go1.20 1 year 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.