Skip to content

Commit 03cea56

Browse files
committed
[dev.regabi] all: merge master (5faf941) into dev.regabi
Merge List: + 2021-02-16 5faf941 internal/goversion: update Version to 1.17 + 2021-02-16 6f3da9d README: pull gopher image from website + 2021-02-16 098504c cmd/link: generate trampoline for inter-dependent packages + 2021-02-16 1004a7c runtime/metrics: update documentation to current interface + 2021-02-16 6530f26 doc/go1.16: remove draft notice + 2021-02-16 353e111 doc/go1.16: fix mismatched id attribute + 2021-02-16 f0d23c9 internal/poll: netpollcheckerr before sendfile + 2021-02-16 0cb3415 doc: remove all docs not tied to distribution + 2021-02-16 626ef08 doc: remove install.html and install-source.html + 2021-02-16 30641e3 internal/poll: if copy_file_range returns 0, assume it failed + 2021-02-15 33d72fd doc/faq: update generics entry to reflect accepted proposal + 2021-02-15 852ce7c cmd/go: provide a more helpful suggestion for "go vet -?" + 2021-02-13 66c2709 cmd/link: fix typo in link_test.go Change-Id: I98f047b79b93c5ceb344dd43408bcb919b23aeb3
2 parents b8fb049 + 5faf941 commit 03cea56

File tree

162 files changed

+164
-35813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+164
-35813
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Go is an open source programming language that makes it easy to build simple,
44
reliable, and efficient software.
55

6-
![Gopher image](doc/gopher/fiveyears.jpg)
6+
![Gopher image](https://golang.org/doc/gopher/fiveyears.jpg)
77
*Gopher image by [Renee French][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].*
88

99
Our canonical Git repository is located at https://go.googlesource.com/go.
@@ -19,22 +19,20 @@ BSD-style license found in the LICENSE file.
1919
Official binary distributions are available at https://golang.org/dl/.
2020

2121
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.
2423

2524
#### Install From Source
2625

2726
If a binary distribution is not available for your combination of
2827
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.
3130

3231
### Contributing
3332

3433
Go is the work of thousands of contributors. We appreciate your help!
3534

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.
3836

3937
Note that the Go project uses the issue tracker for bug reports and
4038
proposals only. See https://golang.org/wiki/Questions for a list of

doc/articles/go_command.html

Lines changed: 0 additions & 254 deletions
This file was deleted.

doc/articles/index.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)