Без опису

Cherry Zhang a16e30d162 [dev.link] all: merge branch 'master' into dev.link 3 роки тому
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE 4 роки тому
api d4da735091 io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs 4 роки тому
doc 9113d8c37f doc/go1.16: document BuildID in 'go list -export' 3 роки тому
lib fe5f95eecc lib/time, time/tzdata: update tz data to 2020d 3 роки тому
misc 3f6b1a0d5e misc/cgo/test: test C.enum_* 3 роки тому
src cf6cfba4d5 cmd/go/internal/modfetch: update expected tags for TestCodeRepoVersions 3 роки тому
test 009d714098 cmd/compile, runtime: store pointers to go:notinheap types indirectly 3 роки тому
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF 4 роки тому
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist 7 роки тому
AUTHORS ca978a5ca9 A+C: add Kush Patel (corporate CLA for Hootsuite Inc) 4 роки тому
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 роки тому
CONTRIBUTORS 5ae1d62ee3 CONTRIBUTORS: update for the Go 1.15 release 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.