type io.WriterAt

3 uses

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