説明なし

Gopher Robot 619b8fd7d2 [release-branch.go1.19] go1.19.13 1 年間 前
.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 071a1ed0dd [release-branch.go1.19] misc/cgo/testcshared: handle unsuffixed dlltool path 1 年間 前
src caca5f126b [release-branch.go1.19] crypto/tls: add GODEBUG to control max RSA key size 1 年間 前
test 6ce543d137 [release-branch.go1.19] cmd/compile: on PPC64, fix sign/zero extension when masking 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 年 前
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 年 前
VERSION 619b8fd7d2 [release-branch.go1.19] go1.19.13 1 年間 前
codereview.cfg 18033a0b56 [release-branch.go1.19] update codereview.cfg for release-branch.go1.19 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.