1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:44:43 -07:00
go/src/io
Brad Fitzpatrick fd975c6aa5 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>
2016-09-08 15:08:35 +00:00
..
ioutil io/ioutil: return better error when TempDir called with non-extant dir 2016-09-08 15:08:35 +00:00
example_test.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
io_test.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
io.go io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentation 2016-05-29 06:52:45 +00:00
multi_test.go io: add test that MultiReader zeros exhausted Readers 2016-09-08 02:55:54 +00:00
multi.go io: make MultiReader nil exhausted Readers for earlier GC 2016-09-05 21:13:11 +00:00
pipe_test.go
pipe.go all: delete dead non-test code 2016-03-25 06:28:13 +00:00