const io.SeekStart
10 uses
io (current package)
io.go#L22: SeekStart = 0 // seek relative to the origin of the file
io.go#L528: case SeekStart:
io.go#L601: case SeekStart:
bytes
reader.go#L120: case io.SeekStart:
internal/poll
sendfile_unix.go#L52: return syscall.Seek(int(src), start+n, io.SeekStart)
net/http
fs.go#L251: _, err = content.Seek(0, io.SeekStart)
fs.go#L294: _, err := content.Seek(0, io.SeekStart) // rewind to output whole file
fs.go#L359: if _, err := content.Seek(ra.start, io.SeekStart); err != nil {
fs.go#L382: if _, err := content.Seek(ra.start, io.SeekStart); err != nil {
strings
reader.go#L116: case io.SeekStart:
 |
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. |