]> Cypherpunks.ru repositories - gostls13.git/commitdiff
api: add os.(*File).SyscallConn to go1.12.txt
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 2 Jan 2019 19:16:43 +0000 (19:16 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 2 Jan 2019 21:21:53 +0000 (21:21 +0000)
Fixes #29507

Change-Id: I8cf52e4b89fd28126f252757260d07a31d9dad61
Reviewed-on: https://go-review.googlesource.com/c/155933
Reviewed-by: Katie Hockman <katie@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>

api/go1.12.txt

index 319bb6f145eb179710d4c4993a095a3f9cab4104..7d525cb86eef0e3ea4d63bcf2a8694343e4eb0d9 100644 (file)
@@ -37,6 +37,7 @@ pkg net/http, const StatusTooEarly ideal-int
 pkg net/http, method (*Client) CloseIdleConnections()
 pkg os, const ModeType = 2401763328
 pkg os, func UserHomeDir() (string, error)
+pkg os, method (*File) SyscallConn() (syscall.RawConn, error)
 pkg os, method (*ProcessState) ExitCode() int
 pkg os/exec, method (ExitError) ExitCode() int
 pkg reflect, method (*MapIter) Key() Value