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