No Description

Katie Hockman 113da92ab6 [dev.fuzz] all: merge master (b0fa2f5) into dev.fuzz 3 years ago
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE 4 years ago
api 5abfd2379b [dev.fuzz] all: merge master (65f0d24) into dev.fuzz 3 years ago
doc 5402b4376c spec: fix incorrect type in a shift example 3 years ago
lib 48dfddbab3 lib/time: fix RFC 6557 url 3 years ago
misc 265b59aefd cmd/cgo: for godefs, don't let field prefix removal cause duplicates 3 years ago
src 113da92ab6 [dev.fuzz] all: merge master (b0fa2f5) into dev.fuzz 3 years ago
test b6dddaccd7 cmd/compile: fix transform.AssignOp to deal with tricky case 3 years 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
AUTHORS af9da137a9 A+C: update name to real name and add to AUTHORS 3 years ago
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
CONTRIBUTORS af9da137a9 A+C: update name to real name and add to AUTHORS 3 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 6f3da9d2f6 README: pull gopher image from website 3 years ago
SECURITY.md f7a00c9906 SECURITY.md: update go versions 5 years ago
codereview.cfg 84953420fb [dev.fuzz] all: add codereview.cfg 3 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 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 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://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.