mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: rename os.EOF to io.EOF in various non-code contexts
R=golang-dev, r CC=golang-dev https://golang.org/cl/5334050
This commit is contained in:
parent
de03d502c7
commit
eb1717e035
25 changed files with 39 additions and 39 deletions
|
|
@ -197,7 +197,7 @@ func NewParser(r io.Reader) *Parser {
|
|||
}
|
||||
|
||||
// Token returns the next XML token in the input stream.
|
||||
// At the end of the input stream, Token returns nil, os.EOF.
|
||||
// At the end of the input stream, Token returns nil, io.EOF.
|
||||
//
|
||||
// Slices of bytes in the returned token data refer to the
|
||||
// parser's internal buffer and remain valid only until the next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue