• Russ Cox's avatar
    cmd/go: stop creating nested temp directory trees · ee4fbbc6
    Russ Cox authored
    Now that we have -importcfg, there's no need for the
    temporary directory trees that mirror the import path structure,
    and we can drop a bunch of complex code that was building
    and maintaining that structure.
    
    This should fix "file name too long" errors on systems with low limits.
    (For example #10651 and #17070, although we fixed those by
    adding code to deal with very long file names on Windows instead.)
    
    Change-Id: I11e221c6c1edeb81c3b2f1d89988f5235aa2bbb9
    Reviewed-on: https://go-review.googlesource.com/56280Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    ee4fbbc6
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...