blob: 49231bf25d2c171cfa9f41eb85f4c493d0a7870e [file] [log] [blame] [view]
Andrew Gerrand495e02d2014-12-10 16:06:47 +11001# The Go Programming Language
2
Andrew Gerrand69f24cf2014-12-11 09:44:54 +11003Go is an open source programming language that makes it easy to build simple,
4reliable, and efficient software.
5
Andrew Gerrand495e02d2014-12-10 16:06:47 +11006![Gopher image](doc/gopher/fiveyears.jpg)
Chris Broadfootef259392017-02-02 16:43:24 -08007*Gopher image by [Renee French][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].*
Andrew Gerrand495e02d2014-12-10 16:06:47 +11008
Andrew Gerrand495e02d2014-12-10 16:06:47 +11009Our canonical Git repository is located at https://go.googlesource.com/go.
Ryan Seysac452342015-02-18 21:34:44 -050010There is a mirror of the repository at https://github.com/golang/go.
Andrew Gerrand495e02d2014-12-10 16:06:47 +110011
Alberto Donizettif6745372017-01-16 12:25:33 +010012Unless otherwise noted, the Go source files are distributed under the
13BSD-style license found in the LICENSE file.
14
15### Download and Install
16
17#### Binary Distributions
18
19Official binary distributions are available at https://golang.org/dl/.
20
21After downloading a binary release, visit https://golang.org/doc/install
Suriyaa Sundararuban235c5cf2018-06-06 18:33:36 +020022or load [doc/install.html](./doc/install.html) in your web browser for installation
Alberto Donizettif6745372017-01-16 12:25:33 +010023instructions.
24
25#### Install From Source
26
27If a binary distribution is not available for your combination of
28operating system and architecture, visit
Suriyaa Sundararuban235c5cf2018-06-06 18:33:36 +020029https://golang.org/doc/install/source or load [doc/install-source.html](./doc/install-source.html)
Alberto Donizettif6745372017-01-16 12:25:33 +010030in your web browser for source installation instructions.
31
32### Contributing
33
Dhruvdutt Jadhavf113a622018-04-03 17:08:45 +000034Go is the work of thousands of contributors. We appreciate your help!
Andrew Gerrand495e02d2014-12-10 16:06:47 +110035
36To contribute, please read the contribution guidelines:
Andrew Gerrand69f24cf2014-12-11 09:44:54 +110037 https://golang.org/doc/contribute.html
Andrew Gerrand495e02d2014-12-10 16:06:47 +110038
Andrew Bonventre4c4ce3d2018-02-12 20:13:33 +000039Note that the Go project uses the issue tracker for bug reports and
40proposals only. See https://golang.org/wiki/Questions for a list of
41places to ask questions about the Go language.
Chris Broadfootef259392017-02-02 16:43:24 -080042
43[rf]: https://reneefrench.blogspot.com/
44[cc3-by]: https://creativecommons.org/licenses/by/3.0/