From: Rob Pike Date: Tue, 12 Aug 2014 22:45:35 +0000 (-0700) Subject: doc/compat1.html: link to go.sys X-Git-Tag: go1.4beta1~839 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b049dc3074704856305bf12f421144b04d6844f9;p=gostls13.git doc/compat1.html: link to go.sys You talked me into it. This and other links should be updated once the new import paths for the subrepos are established. LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/124260043 --- diff --git a/doc/go1compat.html b/doc/go1compat.html index 2c8d214840..8ceaf32f97 100644 --- a/doc/go1compat.html +++ b/doc/go1compat.html @@ -161,7 +161,8 @@ The syscall package is therefore outside the purview of the guarantees made here. As of Go version 1.4, the syscall package is frozen. Any evolution of the system call interface must be supported elsewhere, -such as in the go.sys subrepository. +such as in the +go.sys subrepository. For details and background, see this document.