From 4be17b7a7e43067f451cc1001f43495bcf2f6f45 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 25 Sep 2013 16:17:54 +1000 Subject: [PATCH] doc/go1.2.html: add go/ast.SliceExpr.Slice3 R=golang-dev, adg CC=golang-dev https://golang.org/cl/13877044 --- doc/go1.2.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.50.0