]> Cypherpunks repositories - gostls13.git/commit
os: document that File.Seek works on directories, but not portably
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 6 Jan 2020 16:30:48 +0000 (16:30 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 6 Jan 2020 19:03:05 +0000 (19:03 +0000)
commit6b1a3f73ed6fb1ea2a65cf9eb78cbe972bda43a7
tree9deacb72fc947437793ded15f24b937cb74a7e84
parentd6bf2d7b83b91e88625f838515885003c570ac83
os: document that File.Seek works on directories, but not portably

Updates #36019

Change-Id: I9fea2c3c5138e2233290979e4724f6e7b91da652
Reviewed-on: https://go-review.googlesource.com/c/go/+/213439
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/file.go