1
0
mirror of https://github.com/golang/go synced 2024-09-30 05:34:35 -06:00
go/src/io
Ian Lance Taylor 4f75717954 io: show ErrUnexpectedEOF in ExampleReadAtLeast
Fixes #36245

Change-Id: I10ce50b0cc28b15f4e7be85b8f12cf9d0e4fac96
Reviewed-on: https://go-review.googlesource.com/c/go/+/212404
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2019-12-27 06:01:32 +00:00
..
ioutil doc: clarify interaction of ioutil.WriteFile with umask 2019-11-27 02:18:51 +00:00
example_test.go io: show ErrUnexpectedEOF in ExampleReadAtLeast 2019-12-27 06:01:32 +00:00
io_test.go all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
io.go io: make CopyBuffer docs state when buf is not used 2019-10-21 17:47:24 +00:00
multi_test.go all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
multi.go
pipe_test.go
pipe.go