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#L593: case SeekStart:
bytes
reader.go#L120: case io.SeekStart:
net/http
fs.go#L200: _, err = content.Seek(0, io.SeekStart)
fs.go#L243: _, err := content.Seek(0, io.SeekStart) // rewind to output whole file
fs.go#L308: if _, err := content.Seek(ra.start, io.SeekStart); err != nil {
fs.go#L331: if _, err := content.Seek(ra.start, io.SeekStart); err != nil {
strings
reader.go#L120: case io.SeekStart:
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |