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
7ab25a44
Commit
7ab25a44
authored
Dec 10, 2011
by
Robert Hencke
Committed by
David Symonds
Dec 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg: adjust "the a" in comments
R=golang-dev, dsymonds CC=golang-dev
https://golang.org/cl/5476055
parent
0244bae6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
server.go
src/pkg/net/http/server.go
+1
-1
testing.go
src/pkg/testing/testing.go
+1
-1
No files found.
src/pkg/net/http/server.go
View file @
7ab25a44
...
...
@@ -261,7 +261,7 @@ func (w *response) Header() Header {
}
// maxPostHandlerReadBytes is the max number of Request.Body bytes not
// consumed by a handler that the server will read from the
a
client
// consumed by a handler that the server will read from the client
// in order to keep a connection alive. If there are more bytes than
// this then the server to be paranoid instead sends a "Connection:
// close" response.
...
...
src/pkg/testing/testing.go
View file @
7ab25a44
...
...
@@ -75,7 +75,7 @@ func Short() bool {
return
*
short
}
// decorate inserts the
a
final newline if needed and indentation tabs for formatting.
// decorate inserts the final newline if needed and indentation tabs for formatting.
// If addFileLine is true, it also prefixes the string with the file and line of the call site.
func
decorate
(
s
string
,
addFileLine
bool
)
string
{
if
addFileLine
{
...
...
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