]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.3.html: new package debug/plan9obj
authorDavid du Colombier <0intro@gmail.com>
Fri, 18 Apr 2014 08:50:06 +0000 (10:50 +0200)
committerDavid du Colombier <0intro@gmail.com>
Fri, 18 Apr 2014 08:50:06 +0000 (10:50 +0200)
LGTM=r
R=r
CC=golang-codereviews, rsc
https://golang.org/cl/86180046

doc/go1.3.html

index 553bf7ec9e45b8985897295813e01f49132a2e26..a9a9791c4f1c7b5e1a10a3c760b2be29fb84d28a 100644 (file)
@@ -234,7 +234,8 @@ which can be useful information when debugging deadlocks or performance issues.
 <h3 id="new_packages">New packages</h3>
 
 <p>
-No new packages appear in the core libraries in Go 1.3.
+A new package <a href="/pkg/debug/plan9obj/"><code>debug/plan9obj</code></a> was added to the standard library.
+It implements access to Plan 9 <a href="http://plan9.bell-labs.com/magic/man2html/6/a.out">a.out</a> object files.
 </p>
 
 <h3 id="major_library_changes">Major changes to the library</h3>