]> Cypherpunks.ru repositories - gostls13.git/blob - README.md
cmd/compile/internal/inline: score call sites exposed by inlines
[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](https://golang.org/doc/gopher/fiveyears.jpg)
7 *Gopher image by [Renee French][rf], licensed under [Creative Commons 4.0 Attributions license][cc4-by].*
8
9 Our canonical Git repository is located at https://go.googlesource.com/go.
10 There is a mirror of the repository at https://github.com/golang/go.
11
12 Unless otherwise noted, the Go source files are distributed under the
13 BSD-style license found in the LICENSE file.
14
15 ### Download and Install
16
17 #### Binary Distributions
18
19 Official binary distributions are available at https://go.dev/dl/.
20
21 After downloading a binary release, visit https://go.dev/doc/install
22 for installation 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://go.dev/doc/install/source
29 for source installation instructions.
30
31 ### Contributing
32
33 Go is the work of thousands of contributors. We appreciate your help!
34
35 To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
36
37 Note that the Go project uses the issue tracker for bug reports and
38 proposals only. See https://go.dev/wiki/Questions for a list of
39 places to ask questions about the Go language.
40
41 [rf]: https://reneefrench.blogspot.com/
42 [cc4-by]: https://creativecommons.org/licenses/by/4.0/