You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore io.EOF comparison for (*bufio.Reader).ReadLine (#12)
Although the documentation for (*bufio.Reader).ReadLine
do not mention io.EOF explicitly, this function can also
return it -- the implementation [1] user ReadSlice() which
is documented to return io.EOF.
[1] https://golang.org/src/bufio/bufio.go?s=10168:10235#L378
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments