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
b0cd4586
Commit
b0cd4586
authored
Apr 21, 2013
by
Jonathan Rudenberg
Committed by
Andrew Gerrand
Apr 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add missing <code> to go1.1.html
R=golang-dev, adg CC=golang-dev
https://golang.org/cl/8880043
parent
c546e9d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/go1.1.html
doc/go1.1.html
+1
-1
No files found.
doc/go1.1.html
View file @
b0cd4586
...
...
@@ -938,7 +938,7 @@ matching the existing methods of <a href="/pkg/net/#TCPConn"><code>TCPConn</code
The
<a
href=
"/pkg/net/http/"
><code>
net/http
</code></a>
package includes several new additions.
<a
href=
"/pkg/net/http/#ParseTime"
><code>
ParseTime
</code></a>
parses a time string, trying
several common HTTP time formats.
The
<a
href=
"/pkg/net/http/#Request.PostFormValue"
>
PostFormValue
</a>
method of
The
<a
href=
"/pkg/net/http/#Request.PostFormValue"
>
<code>
PostFormValue
</code>
</a>
method of
<a
href=
"/pkg/net/http/#Request"
><code>
Request
</code></a>
is like
<a
href=
"/pkg/net/http/#Request.FormValue"
><code>
FormValue
</code></a>
but ignores URL parameters.
The
<a
href=
"/pkg/net/http/#CloseNotifier"
><code>
CloseNotifier
</code></a>
interface provides a mechanism
...
...
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