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

Jay Conrod 74d6de03fd cmd/go: report scan error position in 'go list -e' преди 4 години
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE преди 4 години
api 2e8dbae85c sync: add new Map method LoadAndDelete преди 4 години
doc a9a78b7005 doc: document testing.TB.TempDir in release notes преди 4 години
lib 20bf6a495e lib/time: update tz data to 2019c преди 4 години
misc a265c2c448 cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent name преди 4 години
src 74d6de03fd cmd/go: report scan error position in 'go list -e' преди 4 години
test 815509ae31 cmd/compile: improve lowered moves and zeros for ppc64le преди 4 години
.gitattributes 787e7b048c build: force all Windows batch files to CRLF преди 4 години
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist преди 7 години
AUTHORS 281d41cb40 A+C: add Andy Pan (individual CLA) преди 4 години
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert преди 6 години
CONTRIBUTORS 281d41cb40 A+C: add Andy Pan (individual CLA) преди 4 години
LICENSE d0c1888739 doc: revert copyright date to 2009 преди 8 години
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text преди 14 години
README.md 235c5cf153 README: linkify some paths преди 6 години
SECURITY.md f7a00c9906 SECURITY.md: update go versions преди 5 години
favicon.ico ef694a0110 website: recreate 16px and 32px favicon преди 8 години
robots.txt 06a923ada0 godoc: serve robots.txt raw преди 13 години

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 thousands of contributors. We appreciate your help!

To contribute, please read the contribution guidelines:

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.