mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-27 20:36:31 -04:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user