From ba593757508b3f748d4e33e4bbd86d7418d81578 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 18 Apr 2014 10:50:06 +0200 Subject: [PATCH] doc/go1.3.html: new package debug/plan9obj LGTM=r R=r CC=golang-codereviews, rsc https://golang.org/cl/86180046 --- doc/go1.3.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/go1.3.html b/doc/go1.3.html index 553bf7ec9e..a9a9791c4f 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -234,7 +234,8 @@ which can be useful information when debugging deadlocks or performance issues.

New packages

-No new packages appear in the core libraries in Go 1.3. +A new package debug/plan9obj was added to the standard library. +It implements access to Plan 9 a.out object files.

Major changes to the library

-- 2.50.0