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

LGTM=bradfitz, rsc
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/171050043
diff --git a/windows/syscall_test.go b/windows/syscall_test.go
index e54a03c..62588b9 100644
--- a/windows/syscall_test.go
+++ b/windows/syscall_test.go
@@ -9,7 +9,7 @@
 import (
 	"testing"
 
-	"code.google.com/p/go.sys/windows"
+	"golang.org/x/sys/windows"
 )
 
 func testSetGetenv(t *testing.T, key, value string) {