go源码阅读

Michael Matloob efed90aedc [release-branch.go1.14] cmd/go: convert TestBuildIDContainsArchModeEnv to the script framework 3 years ago
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE 3 years ago
api 6e592c2b6d go/types: unexport Checker.LookupFieldOrMethod 3 years ago
doc 67d894ee65 [release-branch.go1.14] doc/go1.14: crypto/tls.Config.NameToCertificate is deprecated 2 years ago
lib 20bf6a495e lib/time: update tz data to 2019c 3 years ago
misc 768e5d1e4d [release-branch.go1.14] cmd/cgo: use consistent tag for a particular struct 3 years ago
src efed90aedc [release-branch.go1.14] cmd/go: convert TestBuildIDContainsArchModeEnv to the script framework 2 years ago
test f4274e64aa [release-branch.go1.14] cmd/compile: fix constant conversion involving complex types 2 years ago
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes 8 years ago
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist 5 years ago
AUTHORS b12b672300 A+C: change email address for Akhil Indurti 3 years ago
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 5 years ago
CONTRIBUTORS babeec29aa [release-branch.go1.14] CONTRIBUTORS: second round of updates for Go 1.14 3 years ago
LICENSE d0c1888739 doc: revert copyright date to 2009 6 years ago
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 12 years ago
README.md 235c5cf153 README: linkify some paths 4 years ago
SECURITY.md f7a00c9906 SECURITY.md: update go versions 3 years ago
VERSION 83b181c68b [release-branch.go1.14] go1.14.4 2 years ago
favicon.ico ef694a0110 website: recreate 16px and 32px favicon 6 years ago
robots.txt 06a923ada0 godoc: serve robots.txt raw 12 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 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.