From: Brad Fitzpatrick Date: Wed, 2 Jan 2019 19:16:43 +0000 (+0000) Subject: api: add os.(*File).SyscallConn to go1.12.txt X-Git-Tag: go1.12beta2~56 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=64096dbb6911c4b33c5a613748a3a03b74b28078;p=gostls13.git api: add os.(*File).SyscallConn to go1.12.txt Fixes #29507 Change-Id: I8cf52e4b89fd28126f252757260d07a31d9dad61 Reviewed-on: https://go-review.googlesource.com/c/155933 Reviewed-by: Katie Hockman Run-TryBot: Brad Fitzpatrick --- diff --git a/api/go1.12.txt b/api/go1.12.txt index 319bb6f145..7d525cb86e 100644 --- a/api/go1.12.txt +++ b/api/go1.12.txt @@ -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