No Description

Yuval Pavel Zholkover ad7c32dc3b [release-branch.go1.10] cmd/cgo: ignore unrecognized GCC warning group pragmas 5 years ago
.github 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
api fd7331a821 text/template: revert CL 66410 "add break, continue actions in ranges" 6 years ago
doc d4cad3c4b1 [release-branch.go1.10-security] doc: document Go 1.10.8 5 years ago
lib c46952172d lib/time: follow redirects in curl 6 years ago
misc b8ae3569c8 [release-branch.go1.10] cmd/cgo: don't give inconsistent typedef error for cgo-defined types 6 years ago
src ad7c32dc3b [release-branch.go1.10] cmd/cgo: ignore unrecognized GCC warning group pragmas 5 years ago
test a9ccbe0a69 Revert "[release-branch.go1.10] cmd/compile/internal/gc: OMUL should be evaluated when using soft-float" 5 years ago
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes 9 years ago
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist 7 years ago
AUTHORS a62071a209 A+C: update late Go 1.10 contributors 6 years ago
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
CONTRIBUTORS a62071a209 A+C: update late Go 1.10 contributors 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 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
VERSION b0cb374daf [release-branch.go1.10-security] go1.10.8 5 years ago
favicon.ico ef694a0110 website: recreate 16px and 32px favicon 8 years ago
robots.txt 06a923ada0 godoc: serve robots.txt raw 13 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://golang.org/dl/.

After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.

Install From Source

If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.

Contributing

Go is the work of hundreds of contributors. We appreciate your help!

To contribute, please read the contribution guidelines:

https://golang.org/doc/contribute.html

Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.