No Description

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

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.