Seeker interface

Report a typo

Below is the definition of the Seeker interface:

type Seeker interface {
    Seek(offset int64, whence int) (int64, error)
}

Select the correct statements about the Seeker interface.

Select one or more options from the list
___

Create a free account to access the full topic