Skip to content

Commit 5bfb787

Browse files
Merge branch 'master' into const
2 parents c347963 + 0f66fb7 commit 5bfb787

File tree

2,250 files changed

+124797
-93807
lines changed

Some content is hidden

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

2,250 files changed

+124797
-93807
lines changed

CONTRIBUTORS

Lines changed: 158 additions & 0 deletions
Large diffs are not rendered by default.

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

api/go1.16.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,35 @@ pkg go/build, type Package struct, TestEmbedPatterns []string
232232
pkg go/build, type Package struct, TestEmbedPatternPos map[string][]token.Position
233233
pkg go/build, type Package struct, XTestEmbedPatterns []string
234234
pkg go/build, type Package struct, XTestEmbedPatternPos map[string][]token.Position
235+
pkg go/build/constraint, func IsGoBuild(string) bool
236+
pkg go/build/constraint, func IsPlusBuild(string) bool
237+
pkg go/build/constraint, func Parse(string) (Expr, error)
238+
pkg go/build/constraint, func PlusBuildLines(Expr) ([]string, error)
239+
pkg go/build/constraint, method (*AndExpr) Eval(func(string) bool) bool
240+
pkg go/build/constraint, method (*AndExpr) String() string
241+
pkg go/build/constraint, method (*NotExpr) Eval(func(string) bool) bool
242+
pkg go/build/constraint, method (*NotExpr) String() string
243+
pkg go/build/constraint, method (*OrExpr) Eval(func(string) bool) bool
244+
pkg go/build/constraint, method (*OrExpr) String() string
245+
pkg go/build/constraint, method (*SyntaxError) Error() string
246+
pkg go/build/constraint, method (*TagExpr) Eval(func(string) bool) bool
247+
pkg go/build/constraint, method (*TagExpr) String() string
248+
pkg go/build/constraint, type AndExpr struct
249+
pkg go/build/constraint, type AndExpr struct, X Expr
250+
pkg go/build/constraint, type AndExpr struct, Y Expr
251+
pkg go/build/constraint, type Expr interface, Eval(func(string) bool) bool
252+
pkg go/build/constraint, type Expr interface, String() string
253+
pkg go/build/constraint, type Expr interface, unexported methods
254+
pkg go/build/constraint, type NotExpr struct
255+
pkg go/build/constraint, type NotExpr struct, X Expr
256+
pkg go/build/constraint, type OrExpr struct
257+
pkg go/build/constraint, type OrExpr struct, X Expr
258+
pkg go/build/constraint, type OrExpr struct, Y Expr
259+
pkg go/build/constraint, type SyntaxError struct
260+
pkg go/build/constraint, type SyntaxError struct, Err string
261+
pkg go/build/constraint, type SyntaxError struct, Offset int
262+
pkg go/build/constraint, type TagExpr struct
263+
pkg go/build/constraint, type TagExpr struct, Tag string
235264
pkg html/template, func ParseFS(fs.FS, ...string) (*Template, error)
236265
pkg html/template, method (*Template) ParseFS(fs.FS, ...string) (*Template, error)
237266
pkg io, func NopCloser(Reader) ReadCloser

codereview.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
branch: master

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)