1
0
mirror of https://github.com/golang/go synced 2024-11-08 07:46:15 -07:00
go/src/cmd
Russ Cox 3239e9d3dc cmd/go: fix TestModFindModulePath on Windows
The os.RemoveAll(tg.tempdir) was not a good idea.

Change-Id: I6f78cff887044186649cbf3ee04a58abdbcb71e2
Reviewed-on: https://go-review.googlesource.com/123757
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2018-07-13 20:51:56 +00:00
..
addr2line
api cmd/api: don’t rely on hardcoded go versions 2017-12-11 22:28:37 +00:00
asm doc: ArgsSizeUnknown it's defined in cmd/internal/objabi now 2018-07-12 08:22:37 +00:00
buildid cmd/buildid: fix rewrite algorithm 2018-01-04 16:56:51 +00:00
cgo cmd/cgo: fix cgo bad typedefs 2018-07-12 19:15:12 +00:00
compile cmd/compile: handle degenerate write barrier case 2018-07-12 19:06:09 +00:00
cover cmd/cover: invoke go command to find packages 2018-07-10 03:56:55 +00:00
dist cmd/dist: enable build cache always 2018-07-12 00:10:07 +00:00
doc cmd/doc: continue to search when package import fails 2018-06-11 22:09:14 +00:00
fix all: restore changes from faulty merge/revert 2018-02-12 20:13:59 +00:00
go cmd/go: fix TestModFindModulePath on Windows 2018-07-13 20:51:56 +00:00
gofmt
internal cmd/compile: call objabi.PathToPrefix when emitting abstract fn 2018-07-10 18:54:39 +00:00
link cmd/link: eliminate a couple of unused DWARF attrs 2018-07-13 18:37:29 +00:00
nm cmd/nm: fix TestGoExec on Plan 9 2018-06-11 20:58:09 +00:00
objdump cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 on 386 2017-11-10 20:11:20 +00:00
pack cmd: remove some unused parameters 2018-04-02 15:51:31 +00:00
pprof cmd/pprof: disable readline UI support for TERM=dumb 2018-07-11 01:08:56 +00:00
test2json cmd/test2json: document missing "skip" action 2018-03-24 18:37:22 +00:00
trace runtime, sycall/js: add support for callbacks from JavaScript 2018-06-14 21:50:53 +00:00
vendor cmd/vendor/golang.org/x/sys/unix: pick up fixes for TestUtimesNanoAt 2018-07-02 15:39:44 +00:00
vet cmd/vet: make vetx output deterministic 2018-07-03 00:42:50 +00:00