]> Cypherpunks repositories - gostls13.git/commit
os.ReadAt doesn't return EOF at EOF.
authorRob Pike <r@golang.org>
Thu, 19 Nov 2009 19:51:23 +0000 (11:51 -0800)
committerRob Pike <r@golang.org>
Thu, 19 Nov 2009 19:51:23 +0000 (11:51 -0800)
commit4e201c7f20913405dfcee7eb4ff70e5673d8da8e
treeee0ceb00c1cdce91ec486c1e1325fb1f88aba146
parent4aaf948f90f2a0245f5e8a7357f03701a20d5677
os.ReadAt doesn't return EOF at EOF.
thanks to lionkov for the fix.

Fixes #262.

R=rsc
CC=golang-dev
https://golang.org/cl/156097
src/pkg/os/file.go