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
@@ -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) {