const io.SeekEnd
8 uses
io (current package)
io.go#L24: SeekEnd = 2 // seek relative to the end
io.go#L516: case SeekEnd:
bytes
reader.go#L125: case io.SeekEnd:
github.com/aws/aws-sdk-go/internal/sdkio
io_go1.7.go#L11: SeekEnd = io.SeekEnd // seek relative to the end
github.com/go-git/go-git/v5/plumbing/format/packfile
packfile.go#L437: prev, err := p.file.Seek(-20, io.SeekEnd)
net/http
fs.go#L194: size, err := content.Seek(0, io.SeekEnd)
strings
reader.go#L124: case io.SeekEnd:
testing
testing.go#L1576: f.Seek(0, io.SeekEnd)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |