2014-12-10 05:06:47 +00:00
|
|
|
# The Go Programming Language
|
|
|
|
|
2014-12-10 22:44:54 +00:00
|
|
|
Go is an open source programming language that makes it easy to build simple,
|
|
|
|
reliable, and efficient software.
|
|
|
|
|
2021-02-16 18:16:06 +00:00
|
|
|
![Gopher image](https://golang.org/doc/gopher/fiveyears.jpg)
|
2017-02-03 00:43:24 +00:00
|
|
|
*Gopher image by [Renee French][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].*
|
2009-11-08 17:57:37 +00:00
|
|
|
|
2014-12-10 05:06:47 +00:00
|
|
|
Our canonical Git repository is located at https://go.googlesource.com/go.
|
2015-02-19 02:34:44 +00:00
|
|
|
There is a mirror of the repository at https://github.com/golang/go.
|
2014-12-10 05:06:47 +00:00
|
|
|
|
2017-01-16 11:25:33 +00:00
|
|
|
Unless otherwise noted, the Go source files are distributed under the
|
|
|
|
BSD-style license found in the LICENSE file.
|
2014-12-10 05:06:47 +00:00
|
|
|
|
2017-01-16 11:25:33 +00:00
|
|
|
### Download and Install
|
2009-11-08 17:57:37 +00:00
|
|
|
|
2017-01-16 11:25:33 +00:00
|
|
|
#### Binary Distributions
|
2015-01-08 18:35:44 +00:00
|
|
|
|
2017-01-16 11:25:33 +00:00
|
|
|
Official binary distributions are available at https://golang.org/dl/.
|
2010-07-30 04:00:59 +00:00
|
|
|
|
2017-01-16 11:25:33 +00:00
|
|
|
After downloading a binary release, visit https://golang.org/doc/install
|
2021-02-12 21:02:12 +00:00
|
|
|
for installation instructions.
|
2010-07-30 04:00:59 +00:00
|
|
|
|
2017-01-16 11:25:33 +00:00
|
|
|
#### Install From Source
|
2010-07-30 04:00:59 +00:00
|
|
|
|
2017-01-16 11:25:33 +00:00
|
|
|
If a binary distribution is not available for your combination of
|
|
|
|
operating system and architecture, visit
|
2021-02-12 21:02:12 +00:00
|
|
|
https://golang.org/doc/install/source
|
|
|
|
for source installation instructions.
|
2010-07-30 04:00:59 +00:00
|
|
|
|
2017-01-16 11:25:33 +00:00
|
|
|
### Contributing
|
2010-07-30 04:00:59 +00:00
|
|
|
|
2018-04-03 17:08:45 +00:00
|
|
|
Go is the work of thousands of contributors. We appreciate your help!
|
2017-01-16 11:25:33 +00:00
|
|
|
|
2021-08-31 17:57:33 +00:00
|
|
|
To contribute, please read the contribution guidelines at https://golang.org/doc/contribute.
|
2014-12-10 05:06:47 +00:00
|
|
|
|
2018-02-12 20:13:33 +00:00
|
|
|
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.
|
2017-02-03 00:43:24 +00:00
|
|
|
|
|
|
|
[rf]: https://reneefrench.blogspot.com/
|
|
|
|
[cc3-by]: https://creativecommons.org/licenses/by/3.0/
|