Няма описание

Gerrit Code Review 4d3cc84774 Merge "[dev.typeparams] all: merge master (46fd547) into dev.typeparams" into dev.typeparams преди 3 години
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE преди 4 години
api 48c88f1b1b reflect: add Value.CanConvert преди 3 години
doc 5805efc78e doc/go1.17: remove draft notice преди 3 години
lib 54b251f542 lib/time, time/tzdata: update tzdata to 2021a преди 3 години
misc a64ab8d3ec [dev.typeparams] all: merge master (46fd547) into dev.typeparams преди 3 години
src 4d3cc84774 Merge "[dev.typeparams] all: merge master (46fd547) into dev.typeparams" into dev.typeparams преди 3 години
test 2fbf6aafe7 [dev.typeparams] cmd/compile: handle interface type parameters in type switches преди 3 години
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF преди 4 години
.gitignore 95ed5c3800 internal/buildcfg: move build configuration out of cmd/internal/objabi преди 3 години
AUTHORS 272552275f A+C: update name преди 3 години
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert преди 6 години
CONTRIBUTORS 39634e7dae CONTRIBUTORS: update for the Go 1.17 release преди 3 години
LICENSE d0c1888739 doc: revert copyright date to 2009 преди 8 години
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text преди 14 години
README.md 6f3da9d2f6 README: pull gopher image from website преди 3 години
SECURITY.md f7a00c9906 SECURITY.md: update go versions преди 5 години
codereview.cfg 2ff1e05a4c [dev.typeparams] all: update parent repository преди 3 години

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.