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

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

Issue 1004043: code review 1004043: net: add Pipe (Closed)
Patch Set: code review 1004043: net: add Pipe Created 14 years, 10 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 | « no previous file | src/pkg/net/pipe.go » ('j') | src/pkg/net/pipe.go » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.$(GOARCH) 5 include ../../Make.$(GOARCH)
6 6
7 TARG=net 7 TARG=net
8 GOFILES=\ 8 GOFILES=\
9 dnsclient.go\ 9 dnsclient.go\
10 dnsconfig.go\ 10 dnsconfig.go\
11 dnsmsg.go\ 11 dnsmsg.go\
12 fd.go\ 12 fd.go\
13 fd_$(GOOS).go\ 13 fd_$(GOOS).go\
14 hosts.go\ 14 hosts.go\
15 ip.go\ 15 ip.go\
16 ipsock.go\ 16 ipsock.go\
17 net.go\ 17 net.go\
18 parse.go\ 18 parse.go\
19 pipe.go\
19 port.go\ 20 port.go\
20 sock.go\ 21 sock.go\
21 tcpsock.go\ 22 tcpsock.go\
22 udpsock.go\ 23 udpsock.go\
23 unixsock.go\ 24 unixsock.go\
24 25
25 include ../../Make.pkg 26 include ../../Make.pkg
OLDNEW
« no previous file with comments | « no previous file | src/pkg/net/pipe.go » ('j') | src/pkg/net/pipe.go » ('J')

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