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.
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.
Create a free account to access the full topic