Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64096db

Browse files
committedJan 2, 2019
api: add os.(*File).SyscallConn to go1.12.txt
Fixes golang#29507 Change-Id: I8cf52e4b89fd28126f252757260d07a31d9dad61 Reviewed-on: https://go-review.googlesource.com/c/155933 Reviewed-by: Katie Hockman <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]>
1 parent 22738f0 commit 64096db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎api/go1.12.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pkg net/http, const StatusTooEarly ideal-int
3737
pkg net/http, method (*Client) CloseIdleConnections()
3838
pkg os, const ModeType = 2401763328
3939
pkg os, func UserHomeDir() (string, error)
40+
pkg os, method (*File) SyscallConn() (syscall.RawConn, error)
4041
pkg os, method (*ProcessState) ExitCode() int
4142
pkg os/exec, method (ExitError) ExitCode() int
4243
pkg reflect, method (*MapIter) Key() Value

0 commit comments

Comments
 (0)
Please sign in to comment.