diff --git a/doc/go1.11.html b/doc/go1.11.html index c337df5ff1..e417bbf1be 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -307,9 +307,9 @@ func f(v interface{}) {

- On macOS, the runtime now uses libSystem.so instead of + On macOS and iOS, the runtime now uses libSystem.so instead of calling the kernel directly. This should make Go binaries more - compatible with future versions of macOS. + compatible with future versions of macOS and iOS. The syscall package still makes direct system calls; fixing this is planned for a future release.