From 1d2e548b428373461e92c7490edb49fc39df0c85 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 8 Jan 2019 15:18:44 -0800 Subject: [PATCH] doc: go1.12: mention os.File.SyscallConn Updates #24331 Change-Id: I2d7c996bbe29d5b3922588e199a106eb722c02e6 Reviewed-on: https://go-review.googlesource.com/c/156839 Reviewed-by: Brad Fitzpatrick --- doc/go1.12.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/go1.12.html b/doc/go1.12.html index cb17b552f0..568920df6d 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -653,6 +653,15 @@ for { This may cause the method to run more slowly than in previous releases.

+

+ File now supports + a SyscallConn + method returning + a syscall.RawConn + interface value. This may be used to invoke system-specific + operations on the underlying file descriptor. +

+
path/filepath
-- 2.50.0