No Description

Gopher Robot 619b8fd7d2 [release-branch.go1.19] go1.19.13 1 year 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 071a1ed0dd [release-branch.go1.19] misc/cgo/testcshared: handle unsuffixed dlltool path 1 year ago
src caca5f126b [release-branch.go1.19] crypto/tls: add GODEBUG to control max RSA key size 1 year ago
test 6ce543d137 [release-branch.go1.19] cmd/compile: on PPC64, fix sign/zero extension when masking 1 year 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
VERSION 619b8fd7d2 [release-branch.go1.19] go1.19.13 1 year ago
codereview.cfg 18033a0b56 [release-branch.go1.19] update codereview.cfg for release-branch.go1.19 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.