net/http.File.Seek (method)
7 uses
	net/http (current package)
		fs.go#L196: 		size, err := content.Seek(0, io.SeekEnd)
		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 {
		fs.go#L797: 	return s.Seek(offset, whence)
	io
		io.go#L127: 	Seek(offset int64, whence int) (int64, error)
|  | 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. |