From: Rob Pike Date: Wed, 25 Sep 2013 06:17:54 +0000 (+1000) Subject: doc/go1.2.html: add go/ast.SliceExpr.Slice3 X-Git-Tag: go1.2rc2~116 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4be17b7a7e43067f451cc1001f43495bcf2f6f45;p=gostls13.git doc/go1.2.html: add go/ast.SliceExpr.Slice3 R=golang-dev, adg CC=golang-dev https://golang.org/cl/13877044 --- diff --git a/doc/go1.2.html b/doc/go1.2.html index 29e42bb12b..2fa80c72b6 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -735,6 +735,14 @@ The package also now exports the CommandL flag set, which holds the flags from the command line. +
  • +The go/ast package's +SliceExpr struct +has a new boolean field, Slice3, 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. +
  • +
  • The go/build package adds the AllTags field