From: Ian Lance Taylor
Date: Tue, 8 Jan 2019 23:18:44 +0000 (-0800)
Subject: doc: go1.12: mention os.File.SyscallConn
X-Git-Tag: go1.12beta2~15
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1d2e548b428373461e92c7490edb49fc39df0c85;p=gostls13.git
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
---
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