]> Cypherpunks repositories - gostls13.git/commit
io/ioutil: return better error when TempDir called with non-extant dir
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Sep 2016 04:51:21 +0000 (04:51 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Sep 2016 15:08:35 +0000 (15:08 +0000)
commitfd975c6aa535f2aa066653235be992731d691cfb
treec66c6f21a5786ff4ae166831561d05c55f91d0db
parent3a59b5626da498de0e74a5c02298f04a330f2911
io/ioutil: return better error when TempDir called with non-extant dir

Fixes #14196

Change-Id: Ife7950289ac6adbcfc4d0f2fce31f20bc2657858
Reviewed-on: https://go-review.googlesource.com/28772
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/io/ioutil/tempfile.go
src/io/ioutil/tempfile_test.go