• 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
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...