From 765479ccb01fdfef10bdec2e651fcf7a4af50336 Mon Sep 17 00:00:00 2001
From: Nigel Tao
Date: Mon, 16 Sep 2013 16:26:07 +1000
Subject: [PATCH] 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
---
doc/go1.2.html | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
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
--
2.51.0