]> Cypherpunks repositories - gostls13.git/commit
embed: guarantee the returned file of FS.Open implements io.Seeker
authorHajime Hoshi <hajimehoshi@gmail.com>
Mon, 26 Apr 2021 13:32:21 +0000 (22:32 +0900)
committerHajime Hoshi <hajimehoshi@gmail.com>
Fri, 10 Sep 2021 13:30:50 +0000 (13:30 +0000)
commit90c5660616d7f006ca62adfec49310bf40e3b354
tree2d52a952783400a830dfe7eac896244ad637925a
parentc69f5c0d7632381dfc6dc78f0af4f54e7673176d
embed: guarantee the returned file of FS.Open implements io.Seeker

Fixes golang/go#45745

Change-Id: Ib49a9605a38074f544a5d28116862e191cea8c0f
Reviewed-on: https://go-review.googlesource.com/c/go/+/313352
Run-TryBot: Hajime Hoshi <hajimehoshi@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Than McIntosh <thanm@google.com>
src/embed/embed.go