const io.SeekStart
9 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:
net/http
fs.go#L246: _, err = content.Seek(0, io.SeekStart)
fs.go#L289: _, err := content.Seek(0, io.SeekStart) // rewind to output whole file
fs.go#L354: if _, err := content.Seek(ra.start, io.SeekStart); err != nil {
fs.go#L377: if _, err := content.Seek(ra.start, io.SeekStart); err != nil {
strings
reader.go#L120: case io.SeekStart:
![]() |
The pages are generated with Golds v0.7.6. (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. |