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