Sen descrición

Gopher Robot 581603cb7d [release-branch.go1.18] go1.18.10 hai 1 ano
.github 2f45981679 .github: remove duplicate security link %!s(int64=2) %!d(string=hai) anos
api 9cec77ac11 runtime/debug: replace (*BuildInfo).Marshal methods with Parse and String %!s(int64=2) %!d(string=hai) anos
doc 428533fab4 [release-branch.go1.18] doc: update go_spec.html with latest changes %!s(int64=2) %!d(string=hai) anos
lib 99fa49e4b7 lib/time, time/tzdata: update to 2021e %!s(int64=2) %!d(string=hai) anos
misc aa0c01fb35 [release-branch.go1.18] misc/cgo/testcshared: handle unsuffixed dlltool path hai 1 ano
src 87105e5b2e [release-branch.go1.18] runtime: revert "call __fork instead of fork on darwin" hai 1 ano
test 337138c10c [release-branch.go1.18] cmd/compile: fix conditional select rule hai 1 ano
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF %!s(int64=4) %!d(string=hai) anos
.gitignore 95ed5c3800 internal/buildcfg: move build configuration out of cmd/internal/objabi %!s(int64=3) %!d(string=hai) anos
AUTHORS 78af02e8b5 A+C: add Bharath Kumar Uppala (individual CLA) %!s(int64=2) %!d(string=hai) anos
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert %!s(int64=6) %!d(string=hai) anos
CONTRIBUTORS 9c4a8620c8 CONTRIBUTORS: update for the Go 1.18 release %!s(int64=2) %!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 bd8009d439 README.md: update contribute URL %!s(int64=3) %!d(string=hai) anos
SECURITY.md f7a00c9906 SECURITY.md: update go versions %!s(int64=5) %!d(string=hai) anos
VERSION 581603cb7d [release-branch.go1.18] go1.18.10 hai 1 ano
codereview.cfg 39d2f50919 [release-branch.go1.18] update codereview.cfg for release-branch.go1.18 %!s(int64=2) %!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.

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.