Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
4be17b7a
Commit
4be17b7a
authored
Sep 25, 2013
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/go1.2.html: add go/ast.SliceExpr.Slice3
R=golang-dev, adg CC=golang-dev
https://golang.org/cl/13877044
parent
bc5e77fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/go1.2.html
doc/go1.2.html
+8
-0
No files found.
doc/go1.2.html
View file @
4be17b7a
...
...
@@ -735,6 +735,14 @@ The package also now exports the <a href="/pkg/flag/#CommandLine"><code>CommandL
flag set, which holds the flags from the command line.
</li>
<li>
The
<a
href=
"/pkg/go/ast/"
><code>
go/ast
</code></a>
package's
<a
href=
"/pkg/go/ast/#SliceExpr"
><code>
SliceExpr
</code></a>
struct
has a new boolean field,
<code>
Slice3
</code>
, which is set to true
when representing a slice expression with three indices (two colons).
The default is false, representing the usual two-index form.
</li>
<li>
The
<a
href=
"/pkg/go/build/"
><code>
go/build
</code></a>
package adds
the
<a
href=
"/pkg/go/build/#Package.AllTags"
><code>
AllTags
</code></a>
field
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment