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
6ccc96ee
Commit
6ccc96ee
authored
Feb 16, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/devel/release: discuss StartProcess in release notes
R=rsc CC=golang-dev
https://golang.org/cl/4172051
parent
946cdf82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
doc/devel/release.html
doc/devel/release.html
+5
-1
No files found.
doc/devel/release.html
View file @
6ccc96ee
...
...
@@ -8,12 +8,16 @@ For full details, see the <a href="http://code.google.com/p/go/source/list">Merc
<h3
id=
"2011-02-15"
>
2011-02-15
</h3>
<pre>
This release includes changes to the io and template packages.
This release includes changes to the io
, os,
and template packages.
You may need to update your code.
The io.ReadByter and io.ReadRuner interface types have been renamed to
io.ByteReader and io.RuneReader respectively.
The os package's ForkExec function has been superseded by the new StartProcess
function and an API built around the Process type:
http://golang.org/pkg/os/#Process
The order of arguments to template.Execute has been reversed to be consistent
the notion of "destination first", as with io.Copy, fmt.Fprint, and others.
...
...
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