No Description

Russ Cox 357c914136 [release-branch.go1.8] go1.8.7 6 years ago
.github 9ac67f56f7 doc: improve issue template 8 years ago
api 09c411da1d Revert "cmd/go: note when some Go files were ignored on no-Go-files errors" 7 years ago
doc 9574ce9cf6 [release-branch.go1.8] doc: document Go 1.8.7 6 years ago
lib c3fc9b4b81 lib/time: update tzdata to 2016j 7 years ago
misc 44821583bc [release-branch.go1.8] cmd/go: accept only limited compiler and linker flags in #cgo directives 6 years ago
src 44821583bc [release-branch.go1.8] cmd/go: accept only limited compiler and linker flags in #cgo directives 6 years ago
test 82cfda2910 [release-branch.go1.8] cmd/compile: fix subword store/load elision for MIPS 7 years ago
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes 9 years ago
.gitignore f5608c20f7 .gitignore: fix attempt at rooted paths 7 years ago
AUTHORS 9c6a5ef922 A+C: automated update 7 years ago
CONTRIBUTING.md 5ddfa69fef doc: update CONTRIBUTING.md a bit, mention proposal process 7 years ago
CONTRIBUTORS 9c6a5ef922 A+C: automated update 7 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 f674537cc9 README.md: update and simplify 7 years ago
VERSION 357c914136 [release-branch.go1.8] go1.8.7 6 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

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 does not use GitHub pull requests, and that we use 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.