Sen descrición

Carlos Amedee 7de0c90a17 [release-branch.go1.16] go1.16.15 %!s(int64=2) %!d(string=hai) anos
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE %!s(int64=4) %!d(string=hai) anos
api 00f2ff5c94 api/go1.16: add go/build/constraint APIs %!s(int64=3) %!d(string=hai) anos
doc 6530f2617f doc/go1.16: remove draft notice %!s(int64=3) %!d(string=hai) anos
lib 54b251f542 lib/time, time/tzdata: update tzdata to 2021a %!s(int64=3) %!d(string=hai) anos
misc 5ef9566694 [release-branch.go1.16] cmd/link: force eager binding when using plugins on darwin %!s(int64=2) %!d(string=hai) anos
src 02e5505858 [release-branch.go1.16] cmd/go: avoid +incompatible major versions if a go.mod file exists in a subdirectory for that version %!s(int64=2) %!d(string=hai) anos
test a222963bc4 [release-branch.go1.16] cmd/compile: correct type of pointer difference on RISCV64 %!s(int64=2) %!d(string=hai) anos
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF %!s(int64=4) %!d(string=hai) anos
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist %!s(int64=7) %!d(string=hai) anos
AUTHORS ca978a5ca9 A+C: add Kush Patel (corporate CLA for Hootsuite Inc) %!s(int64=4) %!d(string=hai) anos
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert %!s(int64=6) %!d(string=hai) anos
CONTRIBUTORS 249da7ec02 CONTRIBUTORS: update for the Go 1.16 release %!s(int64=3) %!d(string=hai) anos
LICENSE d0c1888739 doc: revert copyright date to 2009 %!s(int64=8) %!d(string=hai) anos
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text %!s(int64=14) %!d(string=hai) anos
README.md 0b8c416688 [release-branch.go1.16] README: pull gopher image from website %!s(int64=3) %!d(string=hai) anos
SECURITY.md f7a00c9906 SECURITY.md: update go versions %!s(int64=5) %!d(string=hai) anos
VERSION 7de0c90a17 [release-branch.go1.16] go1.16.15 %!s(int64=2) %!d(string=hai) anos
favicon.ico ef694a0110 website: recreate 16px and 32px favicon %!s(int64=8) %!d(string=hai) anos
robots.txt 06a923ada0 godoc: serve robots.txt raw %!s(int64=13) %!d(string=hai) anos

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.