]> Cypherpunks repositories - gostls13.git/commit
os: add SyscallConn method for os.File
authorIan Lance Taylor <iant@golang.org>
Thu, 20 Dec 2018 23:09:41 +0000 (15:09 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 27 Dec 2018 16:36:34 +0000 (16:36 +0000)
commitc0914d5df3f12449f52e26eb0aaa58661ad92250
tree30c007b7003fc56cd59e9a69562545c92df746e9
parent6a64efc25004175e198e75191e215a7b1a08a2fa
os: add SyscallConn method for os.File

Fixes #24331

Change-Id: I119c09a4259d852cdf8ea31b3e03e6f09a5f7bda
Reviewed-on: https://go-review.googlesource.com/c/155517
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/file.go
src/os/file_plan9.go
src/os/os_unix_test.go
src/os/os_windows_test.go
src/os/rawconn.go [new file with mode: 0644]
src/os/rawconn_test.go [new file with mode: 0644]
src/syscall/net.go