const io.SeekCurrent
6 uses
io (current package)
io.go#L23: SeekCurrent = 1 // seek relative to the current offset
io.go#L530: case SeekCurrent:
io.go#L603: case SeekCurrent:
bytes
reader.go#L122: case io.SeekCurrent:
internal/poll
sendfile_unix.go#L42: return syscall.Seek(int(src), 0, io.SeekCurrent)
strings
reader.go#L118: case io.SeekCurrent:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |