Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
eccc22e5
Commit
eccc22e5
authored
Feb 15, 2012
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix snapshot notes
R=bradfitz, dsymonds CC=golang-dev
https://golang.org/cl/5675056
parent
d2f65a64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/devel/weekly.html
doc/devel/weekly.html
+4
-3
No files found.
doc/devel/weekly.html
View file @
eccc22e5
...
...
@@ -22,9 +22,10 @@ This release includes some package changes that require changes to client code.
The flate, gzip and zlib's NewWriterXxx functions no longer return an error.
The compiler will flag all affected code which must then be updated by hand.
The os package's Exec and Time functions were removed. Callers should use the
os/exec package and time.Now instead. The ShellExpand function was renamed to
ExpandEnv. The NewFile function now takes a uintptr.
The os package's Exec and Time functions were removed. Callers should use
syscall.Exec and time.Now instead. The ShellExpand function was renamed to
ExpandEnv. The NewFile function now takes a uintptr and the *File.Fd method
returns a uintptr.
The runtime package's Type type and its methods have been removed.
Use the reflect package instead.
...
...
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