Left: | ||
Right: |
OLD | NEW |
---|---|
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 |
OLD | NEW |