From: Nigel Tao Date: Mon, 16 Sep 2013 06:26:07 +0000 (+1000) Subject: doc/go1.2.html: add a "New packages" section similar to X-Git-Tag: go1.2rc2~206 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=765479ccb01fdfef10bdec2e651fcf7a4af50336;p=gostls13.git doc/go1.2.html: add a "New packages" section similar to http://golang.org/doc/go1.1#new_packages R=r CC=golang-dev https://golang.org/cl/13368053 --- diff --git a/doc/go1.2.html b/doc/go1.2.html index ce54850c19..ddaf862ade 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -530,6 +530,23 @@ map are unaffected because the associated function map will override the new default function definitions.

+

New packages

+ +

+There are two new packages. +

+ + +

Minor changes to the library