1
0

Тайлбар байхгүй

Guoqi Chen 165bf241f2 cmd/objdump: add loong64 disassembler support 3 долоо хоног өмнө
.github de40308ad2 .github: update language change proposal template 1 сар өмнө
api f84dea3a01 net/http: add HTTP2Config 3 долоо хоног өмнө
doc 0fe6347732 encoding/json: add embedded structs to the UnmarshalTypeError's Field 2 долоо хоног өмнө
lib 6781ff226d misc/wasm: move wasm runtime files to lib/wasm 2 долоо хоног өмнө
misc 6781ff226d misc/wasm: move wasm runtime files to lib/wasm 2 долоо хоног өмнө
src 165bf241f2 cmd/objdump: add loong64 disassembler support 21 цаг өмнө
test 7ba074fe43 reflect: remove calling mapiterkey, mapiterelem 1 өдөр өмнө
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF 4 жил өмнө
.gitignore fc5073bc15 runtime,internal: move runtime/internal/sys to internal/runtime/sys 1 сар өмнө
CONTRIBUTING.md f521077b01 doc: normalize proposal-process links 1 жил өмнө
LICENSE 760b722c34 LICENSE: update per Google Legal 1 сар өмнө
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 13 жил өмнө
README.md 5e8a731665 README: fix CC BY license name 1 сар өмнө
SECURITY.md 54f78cf8f1 SECURITY.md: update the Reporting a Vulnerability link 1 жил өмнө
codereview.cfg 9322eec8a2 codereview.cfg: add codereview.cfg for master branch 3 жил өмнө
go.env 35268a9960 cmd/go: additional doc-inspired tests and bug fixes 1 жил өмнө

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 4.0 Attribution 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.