From: Joe Shaw Date: Mon, 22 Dec 2014 20:27:46 +0000 (-0500) Subject: syscall: update go.sys doc reference to golang.org/x/sys X-Git-Tag: go1.5beta1~2556 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=11779ef420a78e4b4ea5d585577b83d4b8e60854;p=gostls13.git syscall: update go.sys doc reference to golang.org/x/sys Change-Id: Ie5a36dbcd809fc165f4198d47641d5a95878460c Reviewed-on: https://go-review.googlesource.com/2000 Reviewed-by: Russ Cox --- diff --git a/src/syscall/syscall.go b/src/syscall/syscall.go index 1f209ecd58..c7b0daab0f 100644 --- a/src/syscall/syscall.go +++ b/src/syscall/syscall.go @@ -20,7 +20,7 @@ // // NOTE: This package is locked down. Code outside the standard // Go repository should be migrated to use the corresponding -// package in the go.sys subrepository. That is also where updates +// package in the golang.org/x/sys repository. That is also where updates // required by new systems or versions should be applied. // See https://golang.org/s/go1.4-syscall for more information. //