type io.WriterAt

3 uses

	io (current package)
		io.go#L249: type WriterAt interface {
		io.go#L571: 	w    WriterAt
		io.go#L578: func NewOffsetWriter(w WriterAt, off int64) *OffsetWriter {