No Description

bill_ofarrell f865b5fefe [release-branch.go1.9] bytes, strings: fix comparison of long byte slices on s390x 6 years ago
.github 31b2c4cc25 .github: add .md extension to SUPPORT file 7 years ago
api dc86c9a6af doc, api: add syscall.SysProcAttr.AmbientCaps change to 1.9 notes, API 7 years ago
doc f734349901 [release-branch.go1.9] doc: document Go 1.9.7 6 years ago
lib fcee1e3739 time: vendor tzdata-2017b and update test 7 years ago
misc 0ce6af9f18 [release-branch.go1.9] misc/cgo/testcshared: use file descriptor 30 for TestUnexportedSymbols 6 years ago
src f865b5fefe [release-branch.go1.9] bytes, strings: fix comparison of long byte slices on s390x 6 years ago
test 1746cff738 [release-branch.go1.9] cmd/compile: make -asmhdr work with type aliases 6 years ago
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes 9 years ago
.gitignore 08fe56386b .gitignore: change path to zbootstrap.go 7 years ago
AUTHORS 235aff0a40 A+C: final updates for Go 1.9 7 years ago
CONTRIBUTING.md 7c946c6d61 .github: recommend 'go bug' when filing an issue 7 years ago
CONTRIBUTORS 235aff0a40 A+C: final updates for Go 1.9 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 ef2593905d readme: add attribution for the Gopher image 7 years ago
VERSION 7df09b4a03 [release-branch.go1.9] go1.9.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 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 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.