blob: 57492b3fb03fa08261e29710d3341dbe7778568e [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
22or load doc/install.html in your web browser for installation
23instructions.
24
25#### Install From Source
26
27If a binary distribution is not available for your combination of
28operating system and architecture, visit
29https://golang.org/doc/install/source or load doc/install-source.html
30in your web browser for source installation instructions.
31
32### Contributing
33
Andrew Gerrand495e02d2014-12-10 16:06:47 +110034Go is the work of hundreds of contributors. We appreciate your help!
35
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
Alberto Donizettif6745372017-01-16 12:25:33 +010039Note that the Go project does not use GitHub pull requests, and that
40we use the issue tracker for bug reports and proposals only. See
41https://golang.org/wiki/Questions for a list of places to ask
42questions about the Go language.
Chris Broadfootef259392017-02-02 16:43:24 -080043
44[rf]: https://reneefrench.blogspot.com/
45[cc3-by]: https://creativecommons.org/licenses/by/3.0/