Sin descripción

Filippo Valsorda 83bd88129e [release-branch.go1.11] all: merge release-branch.go1.11-security into release-branch.go1.11 hace 5 años
.github 9ef9765c16 .github: use HTTPS for Stack Overflow link in SUPPORT.md hace 6 años
api 2eb8116f9e [release-branch.go1.11] crypto/tls: make ConnectionState.ExportKeyingMaterial a method hace 6 años
doc df86e1945e [release-branch.go1.11-security] doc: document Go 1.11.13 hace 5 años
lib bb222cde10 lib/time: update vendored tzdata to release 2018e hace 6 años
misc 928a4b6919 [release-branch.go1.11] cmd/cgo: preserve type information across loadDWARF loop hace 5 años
src 83bd88129e [release-branch.go1.11] all: merge release-branch.go1.11-security into release-branch.go1.11 hace 5 años
test 433b76f32a [release-branch.go1.11] cmd/link: increase the function call limit in stkcheck hace 5 años
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes hace 9 años
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist hace 7 años
AUTHORS f1c7faacf0 A+C: second and final round of updates for Go 1.11 hace 6 años
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert hace 6 años
CONTRIBUTORS f1c7faacf0 A+C: second and final round of updates for Go 1.11 hace 6 años
LICENSE d0c1888739 doc: revert copyright date to 2009 hace 8 años
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text hace 14 años
README.md 235c5cf153 README: linkify some paths hace 6 años
VERSION b2967c0e5c [release-branch.go1.11-security] go1.11.13 hace 5 años
favicon.ico ef694a0110 website: recreate 16px and 32px favicon hace 8 años
robots.txt 06a923ada0 godoc: serve robots.txt raw hace 13 años

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.