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

Side by Side Diff: src/pkg/url/Makefile

Issue 4893043: code review 4893043: url: new package (Closed)
Patch Set: Created 13 years, 8 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
OLDNEW
1 # Copyright 2009 The Go Authors. All rights reserved. 1 # Copyright 2009 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 include ../../Make.inc 5 include ../../Make.inc
6 6
7 TARG=http 7 TARG=url
8 GOFILES=\ 8 GOFILES=\
9 chunked.go\
10 client.go\
11 cookie.go\
12 dump.go\
13 fs.go\
14 header.go\
15 lex.go\
16 persist.go\
17 request.go\
18 response.go\
19 reverseproxy.go\
20 server.go\
21 sniff.go\
22 status.go\
23 transfer.go\
24 transport.go\
25 url.go\ 9 url.go\
26 10
27 include ../../Make.pkg 11 include ../../Make.pkg
OLDNEW

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