LGTM=bradfitz, rsc R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/171050043
@@ -9,7 +9,7 @@ package plan9_test
import (
"testing"
- "code.google.com/p/go.sys/plan9"
+ "golang.org/x/sys/plan9"
)
func testSetGetenv(t *testing.T, key, value string) {
@@ -13,7 +13,7 @@ import (
"syscall"
- "code.google.com/p/go.sys/unix"
+ "golang.org/x/sys/unix"
// TestSCMCredentials tests the sending and receiving of credentials
@@ -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;
@@ -9,7 +9,7 @@ package unix_test
func TestMmap(t *testing.T) {
const MNT_WAIT = 1
@@ -18,7 +18,7 @@ import (
"time"
// Tests that below functions, structures and constants are consistent
@@ -9,7 +9,7 @@ package windows_test
- "code.google.com/p/go.sys/windows"
+ "golang.org/x/sys/windows"
@@ -11,7 +11,7 @@ import (
func TestWin32finddata(t *testing.T) {