]> Cypherpunks repositories - gostls13.git/commit
os: document that users of Fd should keep f alive
authorRuss Cox <rsc@golang.org>
Thu, 6 Nov 2014 14:36:51 +0000 (09:36 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 6 Nov 2014 14:36:51 +0000 (09:36 -0500)
commit1cdd9b407db0f842387dc5e4f18e6563dcd87b18
tree134a5ad5d21d7288dd4f348b371aa1b2e25c1490
parent23ecad07cd8cf07a21af07a1e96803f32536ab05
os: document that users of Fd should keep f alive

Fixes #9046.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/162680043
src/os/file_plan9.go
src/os/file_unix.go
src/os/file_windows.go