func github.com/gotd/td/syncio.NewWriterAt

2 uses

	github.com/gotd/td/syncio (current package)
		writer_at.go#L17: func NewWriterAt(w io.WriterAt) *WriterAt {

	github.com/gotd/td/telegram/downloader
		parallel.go#L80: 	g.Go(writeAtLoop(syncio.NewWriterAt(w), toWrite))