]> Cypherpunks.ru repositories - gostls13.git/blob - README.md
all: merge dev.inline into master
[gostls13.git] / README.md
1 # The Go Programming Language
2
3 Go is an open source programming language that makes it easy to build simple,
4 reliable, and efficient software.
5
6 ![Gopher image](doc/gopher/fiveyears.jpg)
7
8 Our canonical Git repository is located at https://go.googlesource.com/go.
9 There is a mirror of the repository at https://github.com/golang/go.
10
11 Unless otherwise noted, the Go source files are distributed under the
12 BSD-style license found in the LICENSE file.
13
14 ### Download and Install
15
16 #### Binary Distributions
17
18 Official binary distributions are available at https://golang.org/dl/.
19
20 After downloading a binary release, visit https://golang.org/doc/install
21 or load doc/install.html in your web browser for installation
22 instructions.
23
24 #### Install From Source
25
26 If a binary distribution is not available for your combination of
27 operating system and architecture, visit
28 https://golang.org/doc/install/source or load doc/install-source.html
29 in your web browser for source installation instructions.
30
31 ### Contributing
32
33 Go is the work of hundreds of contributors. We appreciate your help!
34
35 To contribute, please read the contribution guidelines:
36         https://golang.org/doc/contribute.html
37
38 Note that the Go project does not use GitHub pull requests, and that
39 we use the issue tracker for bug reports and proposals only. See
40 https://golang.org/wiki/Questions for a list of places to ask
41 questions about the Go language.