• Russ Cox's avatar
    io/ioutil: add TempDir · 9ebe384b
    Russ Cox authored
    It's a little confusing that os.TempDir and ioutil.TempDir have
    different meanings.  I don't know what to change the names to,
    if anything.  At least they also have different signatures.
    
    R=golang-dev, bradfitzgo, r, gri
    CC=golang-dev
    https://golang.org/cl/4247051
    9ebe384b
Name
Last commit
Last update
..
ioutil Loading commit data...
Makefile Loading commit data...
io.go Loading commit data...
io_test.go Loading commit data...
multi.go Loading commit data...
multi_test.go Loading commit data...
pipe.go Loading commit data...
pipe_test.go Loading commit data...