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/
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
src/cmd/gofix/Makefile
src/cmd/gofix/fix.go
src/cmd/gofix/htmlerr.go
src/cmd/gofix/htmlerr_test.go
src/pkg/compress/bzip2/bit_reader.go
src/pkg/compress/bzip2/bzip2.go
src/pkg/exp/sql/sql.go
src/pkg/html/parse.go
src/pkg/html/token.go
src/pkg/html/token_test.go
OLD NEW
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 Loading...
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
OLD NEW
« no previous file with comments
|
« no previous file
|
src/cmd/gofix/fix.go » ('j')
|
no next file with comments »