بدون توضیح

Matthew Dempsky d558507db4 [dev.unified] all: merge master (85d87b9) into dev.unified 2 سال پیش
.github 2f45981679 .github: remove duplicate security link 2 سال پیش
api 6a7c64fde5 debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32} 2 سال پیش
doc e99f53fed9 doc: move Go 1.19 release notes to x/website 2 سال پیش
lib db19b42ca8 lib/time, time/tzdata: update to 2022a 2 سال پیش
misc 1b7e71e8ae all: disable tests that fail on Alpine 2 سال پیش
src d558507db4 [dev.unified] all: merge master (85d87b9) into dev.unified 2 سال پیش
test d558507db4 [dev.unified] all: merge master (85d87b9) into dev.unified 2 سال پیش
.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 سال پیش
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 سال پیش
LICENSE d0c1888739 doc: revert copyright date to 2009 8 سال پیش
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 سال پیش
README.md e35763469a README.md: update wiki link 2 سال پیش
SECURITY.md a0f77e56b7 SECURITY.md: replace golang.org with go.dev 2 سال پیش
codereview.cfg 4d28fcabb4 [dev.unified] all: update codereview.cfg for dev.unified branch 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://go.dev/dl/.

After downloading a binary release, visit https://go.dev/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://go.dev/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://go.dev/doc/contribute.

Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.