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.
-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.