| commit | dea3d764c242e706a7dfd8c3a64b6f65dc027896 | [log] [tgz] |
|---|---|---|
| author | Andrew Gerrand <adg@golang.org> | Mon Nov 10 08:56:17 2014 +1100 |
| committer | Andrew Gerrand <adg@golang.org> | Mon Nov 10 08:56:17 2014 +1100 |
| tree | c3a224f1f56f47ece89bea5224d1612984a812af | |
| parent | 7c39a4f50cf24bceefca382482976da861eeaa10 [diff] [blame] |
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) {