1
0
mirror of https://github.com/golang/go synced 2024-11-24 13:20:15 -07:00
go/src
Russ Cox a5e18416fc cmd/dist: add //line to copied bootstrap files
This way the error messages will show the original file name
in addition to the bootstrap file name, so that you have some
chance of making the correction in the original instead of the copy
(which will be blown away).

Before:
/Users/rsc/g/go/pkg/bootstrap/src/bootstrap/5g/gsubr.go:863: undefined: a

After:
/Users/rsc/g/go/src/cmd/5g/gsubr.go:860[/Users/rsc/g/go/pkg/bootstrap/src/bootstrap/5g/gsubr.go:863]: undefined: a

Change-Id: I8d6006abd9499edb16d9f27fe8b7dc6cae143fca
Reviewed-on: https://go-review.googlesource.com/7741
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-03-20 00:02:42 +00:00
..
archive all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
bufio bufio: fix incorrect comment on Scanner.Scan 2015-03-18 00:59:49 +00:00
builtin
bytes
cmd cmd/dist: add //line to copied bootstrap files 2015-03-20 00:02:42 +00:00
compress
container
crypto all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
database/sql
debug
encoding all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
errors
expvar
flag all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
fmt
go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
hash os/signal, hash/crc32: add arm64 build tags 2015-03-16 18:46:43 +00:00
html
image
index/suffixarray
internal runtime: remove futile wakeups from trace 2015-03-17 14:14:55 +00:00
io
log
math all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
mime all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
net net/http/pprof: Correct body tag in index template 2015-03-19 22:45:34 +00:00
os all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
reflect all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
regexp all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
runtime runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) 2015-03-20 00:02:30 +00:00
sort
strconv all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
strings all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
sync
syscall
testing
text all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
time all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
unicode all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
unsafe
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
clean.bash
clean.bat
clean.rc
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc