go.sys: use golang.org/x/... import paths

LGTM=bradfitz, rsc
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/171050043
This commit is contained in:
Andrew Gerrand
2014-11-10 08:56:17 +11:00
parent 7c39a4f50c
commit dea3d764c2
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ package $package
import "unsafe"
EOF
print "import \"code.google.com/p/go.sys/unix\"\n" if $package ne "unix";
print "import \"golang.org/x/sys/unix\"\n" if $package ne "unix";
print <<EOF;