Нет описания

Gopher Robot 581603cb7d [release-branch.go1.18] go1.18.10 1 год назад
.github 2f45981679 .github: remove duplicate security link 2 лет назад
api 9cec77ac11 runtime/debug: replace (*BuildInfo).Marshal methods with Parse and String 2 лет назад
doc 428533fab4 [release-branch.go1.18] doc: update go_spec.html with latest changes 2 лет назад
lib 99fa49e4b7 lib/time, time/tzdata: update to 2021e 2 лет назад
misc aa0c01fb35 [release-branch.go1.18] misc/cgo/testcshared: handle unsuffixed dlltool path 1 год назад
src 87105e5b2e [release-branch.go1.18] runtime: revert "call __fork instead of fork on darwin" 1 год назад
test 337138c10c [release-branch.go1.18] cmd/compile: fix conditional select rule 1 год назад
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF 4 лет назад
.gitignore 95ed5c3800 internal/buildcfg: move build configuration out of cmd/internal/objabi 3 лет назад
AUTHORS 78af02e8b5 A+C: add Bharath Kumar Uppala (individual CLA) 2 лет назад
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 лет назад
CONTRIBUTORS 9c4a8620c8 CONTRIBUTORS: update for the Go 1.18 release 2 лет назад
LICENSE d0c1888739 doc: revert copyright date to 2009 8 лет назад
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 лет назад
README.md bd8009d439 README.md: update contribute URL 3 лет назад
SECURITY.md f7a00c9906 SECURITY.md: update go versions 5 лет назад
VERSION 581603cb7d [release-branch.go1.18] go1.18.10 1 год назад
codereview.cfg 39d2f50919 [release-branch.go1.18] update codereview.cfg for release-branch.go1.18 2 лет назад

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.