mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
parent
111cdb5848
commit
46f93cfbd4
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ type Closer interface {
|
|||
// interpreted according to whence:
|
||||
// SeekStart means relative to the start of the file,
|
||||
// SeekCurrent means relative to the current offset, and
|
||||
// SeekEnd means relative to the end.
|
||||
// SeekEnd means relative to the end
|
||||
// (for example, offset = -2 specifies the penultimate byte of the file).
|
||||
// Seek returns the new offset relative to the start of the
|
||||
// file or an error, if any.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue