Không có mô tả

Alexander Rakoczy 46cb016190 [release-branch.go1.12] go1.12.17 4 năm trước cách đây
.github 2182bb097d .github: don't render author-facing text in ISSUE_TEMPLATE 5 năm trước cách đây
api 64096dbb69 api: add os.(*File).SyscallConn to go1.12.txt 5 năm trước cách đây
doc b293f01b4a [release-branch.go1.12] doc: document Go 1.12.17 4 năm trước cách đây
lib af3c480967 lib/time: update tzdata to 2018i 5 năm trước cách đây
misc 8d72096bbf [release-branch.go1.12] cmd/vendor: remove _test.go and testdata files 4 năm trước cách đây
src 249c282caf [release-branch.go1.12] all: merge release-branch.go1.12-security into release-branch.go1.12 4 năm trước cách đây
test 4e15604ada [release-branch.go1.12] cmd/link: increase the function call limit in stkcheck 5 năm trước cách đây
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes 9 năm trước cách đây
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist 7 năm trước cách đây
AUTHORS cd06b2d00d A+C: change email address for Elias Naur 5 năm trước cách đây
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 năm trước cách đây
CONTRIBUTORS 737695231d CONTRIBUTORS: second round of updates for Go 1.12 5 năm trước cách đây
LICENSE d0c1888739 doc: revert copyright date to 2009 8 năm trước cách đây
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 năm trước cách đây
README.md 235c5cf153 README: linkify some paths 6 năm trước cách đây
VERSION 46cb016190 [release-branch.go1.12] go1.12.17 4 năm trước cách đây
favicon.ico ef694a0110 website: recreate 16px and 32px favicon 8 năm trước cách đây
robots.txt 06a923ada0 godoc: serve robots.txt raw 13 năm trước cách đây

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 or load doc/install.html in your web browser 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 or load doc/install-source.html in your web browser for source installation instructions.

Contributing

Go is the work of thousands of contributors. We appreciate your help!

To contribute, please read the contribution guidelines:

https://golang.org/doc/contribute.html

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.