-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embed: implement openFile.ReadAt #59489
Conversation
This PR (HEAD: 84ad09a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/483235 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Message from Ian Lance Taylor: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Message from Nuno Cruces: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
This PR (HEAD: 2ab3f8f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/483235 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Message from Nuno Cruces: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Message from Ian Lance Taylor: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
This PR (HEAD: d9bcc1c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/483235 to see it. Tip: You can toggle comments from me using the |
Message from Nuno Cruces: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Message from Ian Lance Taylor: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Message from Ian Lance Taylor: Patch Set 4: Auto-Submit+1 Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/483235. |
Implementation copied from testing/fstest/mapfs.go Fixes #57803 Change-Id: I531682b50ab6663511bac41fce7614ab9197bf38 GitHub-Last-Rev: d9bcc1c GitHub-Pull-Request: #59489 Reviewed-on: https://go-review.googlesource.com/c/go/+/483235 Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: David Chase <[email protected]>
This PR is being closed because golang.org/cl/483235 has been merged. |
Implementation copied from testing/fstest/mapfs.go
Fixes #57803