No Description

Gerrit Code Review 4d3cc84774 Merge "[dev.typeparams] all: merge master (46fd547) into dev.typeparams" into dev.typeparams 3 years ago
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE 4 years ago
api 48c88f1b1b reflect: add Value.CanConvert 3 years ago
doc 5805efc78e doc/go1.17: remove draft notice 3 years ago
lib 54b251f542 lib/time, time/tzdata: update tzdata to 2021a 3 years ago
misc a64ab8d3ec [dev.typeparams] all: merge master (46fd547) into dev.typeparams 3 years ago
src 4d3cc84774 Merge "[dev.typeparams] all: merge master (46fd547) into dev.typeparams" into dev.typeparams 3 years ago
test 2fbf6aafe7 [dev.typeparams] cmd/compile: handle interface type parameters in type switches 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 272552275f A+C: update name 3 years ago
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
CONTRIBUTORS 39634e7dae CONTRIBUTORS: update for the Go 1.17 release 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 2ff1e05a4c [dev.typeparams] all: update parent repository 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.