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

Side by Side Diff: src/cmd/gofix/Makefile

Issue 5327064: code review 5327064: html,bzip2,sql: rename Error methods that return error ... (Closed)
Patch Set: diff -r a08ea6d0b200 https://go.googlecode.com/hg/ Created 13 years, 4 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/cmd/gofix/fix.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 include ../../Make.inc 5 include ../../Make.inc
6 6
7 TARG=gofix 7 TARG=gofix
8 GOFILES=\ 8 GOFILES=\
9 error.go\ 9 error.go\
10 filepath.go\ 10 filepath.go\
11 fix.go\ 11 fix.go\
12 htmlerr.go\
12 httpfinalurl.go\ 13 httpfinalurl.go\
13 httpfs.go\ 14 httpfs.go\
14 httpheaders.go\ 15 httpheaders.go\
15 httpserver.go\ 16 httpserver.go\
16 imagecolor.go\ 17 imagecolor.go\
17 imagenew.go\ 18 imagenew.go\
18 iocopyn.go\ 19 iocopyn.go\
19 main.go\ 20 main.go\
20 mapdelete.go\ 21 mapdelete.go\
21 math.go\ 22 math.go\
(...skipping 10 matching lines...) Expand all
32 typecheck.go\ 33 typecheck.go\
33 url.go\ 34 url.go\
34 35
35 include ../../Make.cmd 36 include ../../Make.cmd
36 37
37 test: 38 test:
38 gotest 39 gotest
39 40
40 testshort: 41 testshort:
41 gotest -test.short 42 gotest -test.short
OLDNEW
« no previous file with comments | « no previous file | src/cmd/gofix/fix.go » ('j') | no next file with comments »

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