2222e0601a
file before after Δ % addr2line 4413296 4404160 -9136 -0.207% api 5982648 5978232 -4416 -0.074% asm 5075640 5057656 -17984 -0.354% buildid 2886200 2881304 -4896 -0.170% cgo 4854168 4844936 -9232 -0.190% compile 19694784 19680752 -14032 -0.071% cover 5278008 5269256 -8752 -0.166% dist 3699528 3690984 -8544 -0.231% doc 4694824 4690408 -4416 -0.094% fix 3411336 3411048 -288 -0.008% link 6721496 6703320 -18176 -0.270% nm 4371152 4357904 -13248 -0.303% objdump 4760960 4747680 -13280 -0.279% pack 2340824 2336520 -4304 -0.184% pprof 14810820 14801188 -9632 -0.065% test2json 2861896 2857528 -4368 -0.153% trace 11681076 11676228 -4848 -0.042% vet 8285464 8276184 -9280 -0.112% total 115824120 115665288 -158832 -0.137% Change-Id: I66e1985c3a81cd9b2aa72cb4b4a8aa1781e473b9 Reviewed-on: https://go-review.googlesource.com/c/go/+/228222 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com> |
||
---|---|---|
.github | ||
api | ||
doc | ||
lib/time | ||
misc | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
favicon.ico | ||
LICENSE | ||
PATENTS | ||
README.md | ||
robots.txt | ||
SECURITY.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 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.