Nav apraksta

Katie Hockman 2bc8d90fa2 [release-branch.go1.13] all: merge release-branch.go1.13-security into release-branch.go1.13 4 gadi atpakaļ
.github 2182bb097d .github: don't render author-facing text in ISSUE_TEMPLATE 5 gadi atpakaļ
api fc23e21631 api/go1.13: add debug/elf.Symbol fields added in CL 184099 5 gadi atpakaļ
doc 6bf4b23023 [release-branch.go1.13] doc: add CherryPickApproved filter to Release History links 4 gadi atpakaļ
lib adcb2b1e7a lib/time: update tz data to 2019b 5 gadi atpakaļ
misc 830b4f4075 [release-branch.go1.13] cmd/trace: update to use WebComponents V0 polyfill 4 gadi atpakaļ
src 2bc8d90fa2 [release-branch.go1.13] all: merge release-branch.go1.13-security into release-branch.go1.13 4 gadi atpakaļ
test 5ebdfd905d [release-branch.go1.13] cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if block to phi block 4 gadi atpakaļ
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes 9 gadi atpakaļ
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist 7 gadi atpakaļ
AUTHORS 3d63166232 A: Add Maya Rashish (individual CLA) 5 gadi atpakaļ
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 gadi atpakaļ
CONTRIBUTORS 450a918b6f [release-branch.go1.13] CONTRIBUTORS: second round of updates for Go 1.13 5 gadi atpakaļ
LICENSE d0c1888739 doc: revert copyright date to 2009 8 gadi atpakaļ
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 gadi atpakaļ
README.md 235c5cf153 README: linkify some paths 6 gadi atpakaļ
SECURITY.md b84e0bc61a SECURITY.md: add security file 5 gadi atpakaļ
VERSION e71b61180a [release-branch.go1.13-security] go1.13.15 4 gadi atpakaļ
favicon.ico ef694a0110 website: recreate 16px and 32px favicon 8 gadi atpakaļ
robots.txt 06a923ada0 godoc: serve robots.txt raw 13 gadi atpakaļ

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.