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/unix/mmap_unix_test.go b/unix/mmap_unix_test.go index 5dfa75d..04d5720 100644 --- a/unix/mmap_unix_test.go +++ b/unix/mmap_unix_test.go
@@ -9,7 +9,7 @@ import ( "testing" - "code.google.com/p/go.sys/unix" + "golang.org/x/sys/unix" ) func TestMmap(t *testing.T) {