]> Cypherpunks.ru repositories - gostls13.git/commit
embed: implement openFile.ReadAt
authorNuno Cruces <ncruces@users.noreply.github.com>
Tue, 11 Apr 2023 23:25:07 +0000 (23:25 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 12 Apr 2023 20:00:50 +0000 (20:00 +0000)
commitda2755b4721bc8f0361690401e4436fec2bbe984
treed8ca7fb52f04b4b5dcfe32de6770112389e6b48c
parent6116a47800b4e2aa477702b415752995a3156b26
embed: implement openFile.ReadAt

Implementation copied from testing/fstest/mapfs.go

Fixes #57803

Change-Id: I531682b50ab6663511bac41fce7614ab9197bf38
GitHub-Last-Rev: d9bcc1c0bf4d339edcdabaf4d4d67b848ad8818d
GitHub-Pull-Request: golang/go#59489
Reviewed-on: https://go-review.googlesource.com/c/go/+/483235
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/embed/embed.go
src/embed/internal/embedtest/embed_test.go