Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(144)

Side by Side Diff: src/cmd/fix/httputil_test.go

Issue 5595044: code review 5595044: cmd/go: add go tools to rearrangement (Closed)
Patch Set: diff -r aad272ba37c8 https://code.google.com/p/go/ Created 13 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/cmd/fix/httputil.go ('k') | src/cmd/fix/imagecolor.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 The Go Authors. All rights reserved. 1 // Copyright 2011 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 package main 5 package main
6 6
7 func init() { 7 func init() {
8 addTestCases(httputilTests, httputil) 8 addTestCases(httputilTests, httputil)
9 } 9 }
10 10
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 httputil.NewChunkedWriter(nil) 113 httputil.NewChunkedWriter(nil)
114 httputil.NewClientConn(nil, nil) 114 httputil.NewClientConn(nil, nil)
115 httputil.NewProxyClientConn(nil, nil) 115 httputil.NewProxyClientConn(nil, nil)
116 httputil.NewServerConn(nil, nil) 116 httputil.NewServerConn(nil, nil)
117 httputil.NewSingleHostReverseProxy(nil) 117 httputil.NewSingleHostReverseProxy(nil)
118 http.Get("") 118 http.Get("")
119 } 119 }
120 `, 120 `,
121 }, 121 },
122 } 122 }
OLDNEW
« no previous file with comments | « src/cmd/fix/httputil.go ('k') | src/cmd/fix/imagecolor.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b