3
3
Go is an open source programming language that makes it easy to build simple,
4
4
reliable, and efficient software.
5
5
6
- ![ Gopher image] ( doc/gopher/fiveyears.jpg )
6
+ ![ Gopher image] ( https://golang.org/ doc/gopher/fiveyears.jpg)
7
7
* Gopher image by [ Renee French] [ rf ] , licensed under [ Creative Commons 3.0 Attributions license] [ cc3-by ] .*
8
8
9
9
Our canonical Git repository is located at https://go.googlesource.com/go .
@@ -19,22 +19,20 @@ BSD-style license found in the LICENSE file.
19
19
Official binary distributions are available at https://golang.org/dl/ .
20
20
21
21
After downloading a binary release, visit https://golang.org/doc/install
22
- or load [ doc/install.html] ( ./doc/install.html ) in your web browser for installation
23
- instructions.
22
+ for installation instructions.
24
23
25
24
#### Install From Source
26
25
27
26
If a binary distribution is not available for your combination of
28
27
operating system and architecture, visit
29
- https://golang.org/doc/install/source or load [ doc/install-source.html ] ( ./doc/install-source.html )
30
- in your web browser for source installation instructions.
28
+ https://golang.org/doc/install/source
29
+ for source installation instructions.
31
30
32
31
### Contributing
33
32
34
33
Go is the work of thousands of contributors. We appreciate your help!
35
34
36
- To contribute, please read the contribution guidelines:
37
- https://golang.org/doc/contribute.html
35
+ To contribute, please read the contribution guidelines at https://golang.org/doc/contribute.html .
38
36
39
37
Note that the Go project uses the issue tracker for bug reports and
40
38
proposals only. See https://golang.org/wiki/Questions for a list of
0 commit comments