From 0ae5036b268648305496acc09e0875b258c95e0d Mon Sep 17 00:00:00 2001
From: Nigel Tao exp/norm
has also been moved, but to a new reposito
be developed.
+There are three new packages. +
+ +go/format
package provides
+a convenient way for a program to access the formatting capabilities of the
+go fmt
command.
+It has two functions,
+Node
to format a Go parser
+Node
,
+and
+Source
+to reformat arbitrary Go source code into the standard format as provided by the
+go fmt
command.
+net/http/cookiejar
package provides the basics for managing HTTP cookies.
+runtime/race
package provides low-level facilities for data race detection.
+It is internal to the race detector and does not otherwise export any user-visible functionality.
+
@@ -796,17 +826,6 @@ information that the godoc
command can filter or present according to the value of the -notes
flag.
-
go/format
, provides
-a convenient way for a program to access the formatting capabilities of gofmt
.
-It has two functions,
-Node
to format a Go parser
-Node
,
-and
-Source
-to format arbitrary Go source code.
-html/template
@@ -943,10 +962,6 @@ a Response.Body
is closed bef
being fully consumed.
net/http/cookiejar
package provides the basics for managing HTTP cookies.
-net/mail
package has two new functions,
ParseAddress
and