Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
d83cc435
Commit
d83cc435
authored
Nov 08, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
weekly.2011-11-09
R=golang-dev, r CC=golang-dev
https://golang.org/cl/5344055
parent
f9489bed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
2 deletions
+37
-2
.hgtags
.hgtags
+0
-1
weekly.html
doc/devel/weekly.html
+37
-1
No files found.
.hgtags
View file @
d83cc435
...
...
@@ -93,4 +93,3 @@ acaddf1cea75c059d19b20dbef35b20fb3f38954 release.r58.2
e69e528f2afc25a8334cfb9359fa4fcdf2a934b6 weekly.2011-11-01
780c85032b174c9d4b42adf75d82bc85af7d78d1 weekly.2011-11-02
f4397ad6e87c7ce5feac9b01686f1ebd6cbaac4e weekly.2011-11-08
f4397ad6e87c7ce5feac9b01686f1ebd6cbaac4e weekly
doc/devel/weekly.html
View file @
d83cc435
...
...
@@ -14,6 +14,42 @@ hg pull
hg update weekly.
<i>
YYYY-MM-DD
</i>
</pre>
<h2
id=
"2011-11-08"
>
2011-11-09
</h2>
<pre>
This weekly snapshot renames various Go packages as described in the Go 1 plan.
Import statements in client code can be updated automatically with gofix.
The changes are:
asn1 -> encoding/asn1
big -> math/big
cmath -> math/cmplx
csv -> encoding/csv
exec -> os/exec
exp/template/html -> html/template
gob -> encoding/gob
http -> net/http
http/cgi -> net/http/cgi
http/fcgi -> net/http/fcgi
http/httptest -> net/http/httptest
http/pprof -> net/http/pprof
json -> encoding/json
mail -> net/mail
rpc -> net/rpc
rpc/jsonrpc -> net/rpc/jsonrpc
scanner -> text/scanner
smtp -> net/smtp
syslog -> log/syslog
tabwriter -> text/tabwriter
template -> text/template
template/parse -> text/template/parse
rand -> math/rand
url -> net/url
utf16 -> unicode/utf16
utf8 -> unicode/utf8
xml -> encoding/xml
</pre>
<h2
id=
"2011-11-08"
>
2011-11-08
</h2>
<pre>
...
...
@@ -80,7 +116,7 @@ Other changes:
make closedchan.go exit with failure if something fails.
* time: faster Nanoseconds call.
* websocket: return an error HTTP response for bad websocket request.
* xml: allow parsing of
<
_
>
</
_
>
. (thanks David Crawshaw).
* xml: allow parsing of
<
_
>
<
/_
>
. (thanks David Crawshaw).
</pre>
<h2
id=
"2011-11-02"
>
2011-11-02 (new error type)
</h2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment