1
0
mirror of https://github.com/golang/go synced 2024-11-26 16:46:58 -07:00

doc/go1.2.html: add go/ast.SliceExpr.Slice3

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/13877044
This commit is contained in:
Rob Pike 2013-09-25 16:17:54 +10:00
parent bc5e77fef9
commit 4be17b7a7e

View File

@ -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